File: newer-tasty

package info (click to toggle)
haskell-filtrable 0.1.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 100 kB
  • sloc: haskell: 255; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 463 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: b/filtrable.cabal
===================================================================
--- a/filtrable.cabal
+++ b/filtrable.cabal
@@ -46,7 +46,7 @@ test-suite test
   build-depends:       base >=4.9 && <5
                      , filtrable
                      , smallcheck >=1.2 && <1.3
-                     , tasty >=1.3.1 && <1.4
+                     , tasty >=1.3.1 && <1.5
                      , tasty-smallcheck >=0.8.1 && <0.9
 
 flag containers