Skip to content

Commit d46cde9

Browse files
committed
Merge pull request #387 from ondrap/master
Bump aeson version.
2 parents bfb64cd + 2cdd6a5 commit d46cde9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

servant-js/servant-js.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ executable counter
6363
buildable: False
6464

6565
build-depends: base >= 4.7 && < 5
66-
, aeson >= 0.7 && < 0.11
66+
, aeson >= 0.7 && < 0.12
6767
, filepath >= 1
6868
, lens >= 4
6969
, servant == 0.5.*

servant-server/servant-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ library
4545
Servant.Utils.StaticFiles
4646
build-depends:
4747
base >= 4.7 && < 5
48-
, aeson >= 0.7 && < 0.11
48+
, aeson >= 0.7 && < 0.12
4949
, attoparsec >= 0.12 && < 0.14
5050
, bytestring >= 0.10 && < 0.11
5151
, containers >= 0.5 && < 0.6

0 commit comments

Comments
 (0)