Skip to content

Commit 8697bc2

Browse files
committed
hackage-security/v0.6.2.6-r3: allow newer QuickCheck and tasty-quickcheck
1 parent 96c4206 commit 8697bc2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

hackage-security/hackage-security.cabal

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 1.12
22
name: hackage-security
33
version: 0.6.2.6
4+
x-revision: 3
45

56
synopsis: Hackage security library
67
description: The hackage security library provides both server and
@@ -208,15 +209,15 @@ test-suite TestSuite
208209
Cabal-syntax < 3.7
209210

210211
-- dependencies exclusive to test-suite
211-
build-depends: tasty >= 1.1.0.4 && < 1.6,
212+
build-depends: tasty >= 1.1.0.4 && < 1.6,
212213
-- tasty-1.1.0.4 is the version in Stackage LTS 12.26 (GHC 8.4)
213-
tasty-hunit == 0.10.*,
214-
tasty-quickcheck == 0.10.*,
215-
QuickCheck >= 2.11 && <2.15,
216-
aeson >= 1.4 && < 1.6 || >= 2.0 && < 2.3,
217-
vector >= 0.12 && <0.14,
218-
unordered-containers >=0.2.8.0 && <0.3,
219-
temporary >= 1.2 && < 1.4
214+
tasty-hunit == 0.10.*,
215+
tasty-quickcheck >= 0.10 && < 1,
216+
QuickCheck >= 2.11 && < 2.16,
217+
aeson >= 1.4 && < 1.6 || >= 2.0 && < 2.3,
218+
vector >= 0.12 && < 0.14,
219+
unordered-containers >= 0.2.8.0 && < 0.3,
220+
temporary >= 1.2 && < 1.4
220221

221222
hs-source-dirs: tests
222223
default-language: Haskell2010

0 commit comments

Comments
 (0)