Skip to content

Commit

Permalink
Bump aeson to allow 1.2. See: commercialhaskell/stackage#2449
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnsit committed Apr 17, 2017
1 parent 54060d5 commit 107c53c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wai-routes.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ library
, text >= 1.2 && < 1.3
, template-haskell >= 2.9 && < 2.12
, mtl >= 2.1 && < 2.3
, aeson >= 0.8 && < 1.2
, aeson >= 0.8 && < 1.3
, containers >= 0.5 && < 0.6
, random >= 1.1 && < 1.2
, path-pieces >= 0.2 && < 0.3
Expand Down Expand Up @@ -76,7 +76,7 @@ test-suite test

build-depends : base >= 4.7 && < 4.10
, wai >= 3.0 && < 3.3
, aeson >= 0.8 && < 1.2
, aeson >= 0.8 && < 1.3
, hspec >= 2.1 && < 2.5
, hspec-wai >= 0.6 && < 0.9
, hspec-wai-json >= 0.6 && < 0.9
Expand Down

0 comments on commit 107c53c

Please sign in to comment.