@@ -110,13 +110,13 @@ library
110
110
Hackage.Security.Util.TypedEmbedded
111
111
Prelude
112
112
-- We support ghc 7.4 (bundled with Cabal 1.14) and up
113
- build-depends : base >= 4.5 && < 4.15 ,
113
+ build-depends : base >= 4.5 && < 4.17 ,
114
114
base16-bytestring >= 0.1.1 && < 1.1 ,
115
115
base64-bytestring >= 1.0 && < 1.3 ,
116
116
bytestring >= 0.9 && < 0.12 ,
117
117
Cabal >= 1.14 && < 1.26
118
118
|| >= 2.0 && < 2.6
119
- || >= 3.0 && < 3.4 ,
119
+ || >= 3.0 && < 3.8 ,
120
120
containers >= 0.4 && < 0.7 ,
121
121
ed25519 >= 0.0 && < 0.1 ,
122
122
filepath >= 1.2 && < 1.5 ,
@@ -127,7 +127,7 @@ library
127
127
-- functionality, 0.5.0 changes type of serialise
128
128
tar >= 0.5 && < 0.6 ,
129
129
template-haskell >= 2.7 && < 2.17 ,
130
- time >= 1.2 && < 1.10 ,
130
+ time >= 1.2 && < 1.11 ,
131
131
transformers >= 0.3 && < 0.6 ,
132
132
zlib >= 0.5 && < 0.7 ,
133
133
-- whatever versions are bundled with ghc:
@@ -252,21 +252,17 @@ test-suite TestSuite
252
252
Cabal,
253
253
containers,
254
254
bytestring,
255
+ network-uri,
255
256
tar,
256
257
time,
257
258
zlib
258
259
259
- if flag(use-network-uri)
260
- build-depends : network-uri
261
- else
262
- build-depends : network
263
-
264
260
-- dependencies exclusive to test-suite
265
- build-depends : tasty == 1.2. *,
261
+ build-depends : tasty == 1.2. * || == 1.3. * ,
266
262
tasty-hunit == 0.10. *,
267
263
tasty-quickcheck == 0.10. *,
268
- QuickCheck >= 2.11 && < 2.14 ,
269
- aeson == 1.4. *,
264
+ QuickCheck >= 2.11 && < 2.15 ,
265
+ aeson == 1.4. * || == 1.5. * ,
270
266
vector == 0.12. *,
271
267
unordered-containers >= 0.2.8.0 && < 0.3 ,
272
268
temporary >= 1.2 && < 1.4
0 commit comments