Skip to content

Commit

Permalink
Update aeson bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
markandrus committed Oct 3, 2016
1 parent 3d67227 commit b78c1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twilio.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ library
Twilio.UsageTrigger,
Twilio.UsageTriggers
hs-source-dirs: src
build-depends: aeson >=0.11,
build-depends: aeson >=0.11 && <1.0,
base ==4.*,
bifunctors >= 5 && <5.3,
bytestring ==0.10.*,
Expand All @@ -99,7 +99,7 @@ test-suite Tests
hs-source-dirs: test
main-is: Test.hs
Type: exitcode-stdio-1.0
build-depends: aeson >=0.11,
build-depends: aeson >=0.11 && <1.0,
base ==4.*,
bytestring ==0.10.*,
Cabal >=1.16.0,
Expand Down

0 comments on commit b78c1c5

Please # to comment.