Skip to content

Commit

Permalink
Relax base and lens version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbuesing committed Jan 20, 2019
1 parent f732e20 commit 0158a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sendgrid-v3.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ library
-- other-modules:
-- other-extensions:
build-depends: aeson >= 1.3.0
, base >=4.10 && < 4.12
, lens >= 4.16
, base >=4.8 && < 4.13
, lens >= 4.13
, semigroups >= 0.18
, text >= 1.2
, wreq >= 0.5
Expand Down

0 comments on commit 0158a93

Please sign in to comment.