Skip to content

Commit a3b3ec0

Browse files
committed
hackage-security 0.6.2.3 revision 6: Allow tasty-1.5
1 parent d6dfe67 commit a3b3ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hackage-security/hackage-security.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.12
22
name: hackage-security
33
version: 0.6.2.3
4-
x-revision: 5
4+
x-revision: 6
55

66
synopsis: Hackage security library
77
description: The hackage security library provides both server and
@@ -292,7 +292,7 @@ test-suite TestSuite
292292
Cabal-syntax < 3.7
293293

294294
-- dependencies exclusive to test-suite
295-
build-depends: tasty >= 1.2 && < 1.5,
295+
build-depends: tasty >= 1.2 && < 1.6,
296296
tasty-hunit == 0.10.*,
297297
tasty-quickcheck == 0.10.*,
298298
QuickCheck >= 2.11 && <2.15,

0 commit comments

Comments
 (0)