Skip to content

Commit 235410e

Browse files
committed
Update hackage-security.cabal to the newest version revised on Hackage
1 parent ee473b9 commit 235410e

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

hackage-security/hackage-security.cabal

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ library
110110
Hackage.Security.Util.TypedEmbedded
111111
Prelude
112112
-- 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,
114114
base16-bytestring >= 0.1.1 && < 1.1,
115115
base64-bytestring >= 1.0 && < 1.3,
116116
bytestring >= 0.9 && < 0.12,
117117
Cabal >= 1.14 && < 1.26
118118
|| >= 2.0 && < 2.6
119-
|| >= 3.0 && < 3.4,
119+
|| >= 3.0 && < 3.8,
120120
containers >= 0.4 && < 0.7,
121121
ed25519 >= 0.0 && < 0.1,
122122
filepath >= 1.2 && < 1.5,
@@ -127,7 +127,7 @@ library
127127
-- functionality, 0.5.0 changes type of serialise
128128
tar >= 0.5 && < 0.6,
129129
template-haskell >= 2.7 && < 2.17,
130-
time >= 1.2 && < 1.10,
130+
time >= 1.2 && < 1.11,
131131
transformers >= 0.3 && < 0.6,
132132
zlib >= 0.5 && < 0.7,
133133
-- whatever versions are bundled with ghc:
@@ -252,21 +252,17 @@ test-suite TestSuite
252252
Cabal,
253253
containers,
254254
bytestring,
255+
network-uri,
255256
tar,
256257
time,
257258
zlib
258259

259-
if flag(use-network-uri)
260-
build-depends: network-uri
261-
else
262-
build-depends: network
263-
264260
-- dependencies exclusive to test-suite
265-
build-depends: tasty == 1.2.*,
261+
build-depends: tasty == 1.2.* || == 1.3.*,
266262
tasty-hunit == 0.10.*,
267263
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.*,
270266
vector == 0.12.*,
271267
unordered-containers >=0.2.8.0 && <0.3,
272268
temporary >= 1.2 && < 1.4

0 commit comments

Comments
 (0)