File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ source-repository head
50
50
custom-setup
51
51
setup-depends :
52
52
base >= 4.9 && < 5 ,
53
- Cabal >= 1.24 && < 3.3 ,
54
53
cabal-doctest >= 1.0.6 && < 1.1
55
54
56
55
library
@@ -69,7 +68,7 @@ library
69
68
Servant.Swagger.Internal.TypeLevel.Every
70
69
Servant.Swagger.Internal.TypeLevel.TMap
71
70
hs-source-dirs : src
72
- build-depends : aeson >= 1.4.2 .0 && < 1.6
71
+ build-depends : aeson >= 2.0.1 .0 && < 3
73
72
, aeson-pretty >= 0.8.7 && < 0.9
74
73
, base >= 4.9.1.0 && < 5
75
74
, base-compat >= 0.10.5 && < 0.12
@@ -109,7 +108,7 @@ test-suite spec
109
108
build-tool-depends : hspec-discover :hspec-discover >= 2.6.0 && < 2.8
110
109
build-depends : base
111
110
, base-compat
112
- , aeson
111
+ , aeson >= 2.0.1.0 && < 3
113
112
, hspec >= 2.6.0 && < 2.8
114
113
, QuickCheck
115
114
, lens
You can’t perform that action at this time.
0 commit comments