File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ source-repository head
53
53
54
54
custom-setup
55
55
setup-depends :
56
- base >= 4.9 && < 4.16 ,
57
- Cabal >= 1.24 && < 3.5 ,
56
+ base >= 4.9 && < 4.17 ,
57
+ Cabal >= 1.24 && < 3.7 ,
58
58
cabal-doctest >= 1.0.6 && < 1.1
59
59
60
60
library
@@ -75,9 +75,9 @@ library
75
75
hs-source-dirs : src
76
76
build-depends : aeson >= 1.4.2.0 && < 1.6 || >= 2.0.1.0 && < 2.1
77
77
, aeson-pretty >= 0.8.7 && < 0.9
78
- , base >= 4.9.1.0 && < 4.16
79
- , base-compat >= 0.10.5 && < 0.12
80
- , bytestring >= 0.10.8.1 && < 0.11
78
+ , base >= 4.9.1.0 && < 4.17
79
+ , base-compat >= 0.10.5 && < 0.13
80
+ , bytestring >= 0.10.8.1 && < 0.12
81
81
, http-media >= 0.7.1.3 && < 0.9
82
82
, insert-ordered-containers >= 0.2.1.0 && < 0.3
83
83
, lens >= 4.17 && < 5.2
@@ -96,7 +96,7 @@ test-suite doctests
96
96
build-depends :
97
97
base,
98
98
directory >= 1.0 ,
99
- doctest >= 0.11.1 && < 0.20 ,
99
+ doctest >= 0.11.1 && < 0.21 ,
100
100
servant,
101
101
QuickCheck,
102
102
filepath
You can’t perform that action at this time.
0 commit comments