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 ff91a93 commit a85ca5eCopy full SHA for a85ca5e
servant-swagger.cabal
@@ -53,7 +53,7 @@ source-repository head
53
54
custom-setup
55
setup-depends:
56
- base >=4.9 && <4.14,
+ base >=4.9 && <4.15,
57
Cabal >= 1.24 && <3.1,
58
cabal-doctest >=1.0.6 && <1.1
59
@@ -75,7 +75,7 @@ library
75
hs-source-dirs: src
76
build-depends: aeson >=1.4.2.0 && <1.6
77
, aeson-pretty >=0.8.7 && <0.9
78
- , base >=4.9.1.0 && <4.14
+ , base >=4.9.1.0 && <4.15
79
, base-compat >=0.10.5 && <0.12
80
, bytestring >=0.10.8.1 && <0.11
81
, http-media >=0.7.1.3 && <0.9
0 commit comments