File: relax-tasty

package info (click to toggle)
haskell-lzma 0.0.1.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: haskell: 364; ansic: 45; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 504 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: b/lzma.cabal
===================================================================
--- a/lzma.cabal
+++ b/lzma.cabal
@@ -96,8 +96,8 @@ test-suite lzma-tests
   -- additional dependencies that require version bounds
   build-depends:
     , QuickCheck        ^>=2.14.1 || ^>=2.15.0.1
-    , tasty             ^>=1.5
+    , tasty              >=1.4 && <1.6
     , tasty-hunit       ^>=0.10.1
-    , tasty-quickcheck  ^>=0.10.3
+    , tasty-quickcheck  ^>=0.10.2
 
   ghc-options:      -Wall -threaded