|
1 | 1 | cabal-version: 1.12
|
2 | 2 | name: hackage-security
|
3 | 3 | version: 0.6.2.6
|
| 4 | +x-revision: 3 |
4 | 5 |
|
5 | 6 | synopsis: Hackage security library
|
6 | 7 | description: The hackage security library provides both server and
|
@@ -208,15 +209,15 @@ test-suite TestSuite
|
208 | 209 | Cabal-syntax < 3.7
|
209 | 210 |
|
210 | 211 | -- 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, |
212 | 213 | -- 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 |
220 | 221 |
|
221 | 222 | hs-source-dirs: tests
|
222 | 223 | default-language: Haskell2010
|
|
0 commit comments