Skip to content

Commit

Permalink
hackage-security/v0.6.2.6-r3: allow newer QuickCheck and tasty-quickc…
Browse files Browse the repository at this point in the history
…heck
  • Loading branch information
andreasabel committed Jun 26, 2024
1 parent 96c4206 commit 8697bc2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions hackage-security/hackage-security.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cabal-version: 1.12
name: hackage-security
version: 0.6.2.6
x-revision: 3

synopsis: Hackage security library
description: The hackage security library provides both server and
Expand Down Expand Up @@ -208,15 +209,15 @@ test-suite TestSuite
Cabal-syntax < 3.7

-- dependencies exclusive to test-suite
build-depends: tasty >= 1.1.0.4 && < 1.6,
build-depends: tasty >= 1.1.0.4 && < 1.6,
-- tasty-1.1.0.4 is the version in Stackage LTS 12.26 (GHC 8.4)
tasty-hunit == 0.10.*,
tasty-quickcheck == 0.10.*,
QuickCheck >= 2.11 && <2.15,
aeson >= 1.4 && < 1.6 || >= 2.0 && < 2.3,
vector >= 0.12 && <0.14,
unordered-containers >=0.2.8.0 && <0.3,
temporary >= 1.2 && < 1.4
tasty-hunit == 0.10.*,
tasty-quickcheck >= 0.10 && < 1,
QuickCheck >= 2.11 && < 2.16,
aeson >= 1.4 && < 1.6 || >= 2.0 && < 2.3,
vector >= 0.12 && < 0.14,
unordered-containers >= 0.2.8.0 && < 0.3,
temporary >= 1.2 && < 1.4

hs-source-dirs: tests
default-language: Haskell2010
Expand Down

0 comments on commit 8697bc2

Please sign in to comment.