We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5bdd6 commit 2cdd6a5Copy full SHA for 2cdd6a5
servant-js/servant-js.cabal
@@ -63,7 +63,7 @@ executable counter
63
buildable: False
64
65
build-depends: base >= 4.7 && < 5
66
- , aeson >= 0.7 && < 0.11
+ , aeson >= 0.7 && < 0.12
67
, filepath >= 1
68
, lens >= 4
69
, servant == 0.5.*
servant-server/servant-server.cabal
@@ -45,7 +45,7 @@ library
45
Servant.Utils.StaticFiles
46
build-depends:
47
base >= 4.7 && < 5
48
49
, attoparsec >= 0.12 && < 0.14
50
, bytestring >= 0.10 && < 0.11
51
, containers >= 0.5 && < 0.6
0 commit comments