File: newer-deps

package info (click to toggle)
haskell-zlib 0.6.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,300 kB
  • sloc: ansic: 7,058; haskell: 1,081; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 1,392 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Index: b/zlib.cabal
===================================================================
--- a/zlib.cabal
+++ b/zlib.cabal
@@ -1,6 +1,7 @@
 cabal-version:   >= 1.10
 name:            zlib
 version:         0.6.3.0
+x-revision:      5
 
 copyright:       (c) 2006-2016 Duncan Coutts
 license:         BSD3
@@ -35,7 +36,10 @@ tested-with:     GHC == 7.0.4
                , GHC == 8.8.4
                , GHC == 8.10.7
                , GHC == 9.0.2
-               , GHC == 9.2.2
+               , GHC == 9.2.8
+               , GHC == 9.4.7
+               , GHC == 9.6.3
+               , GHC == 9.8.1
 
 extra-source-files: changelog
                     README.md
@@ -94,8 +98,8 @@ library
   if impl(ghc >= 7.6)
     other-extensions: CApiFFI
 
-  build-depends:   base >= 4 && < 4.18,
-                   bytestring >= 0.9 && < 0.12
+  build-depends:   base >= 4 && < 4.21,
+                   bytestring >= 0.9 && < 0.13
   if impl(ghc >= 7.0 && < 8.0.3)
     build-depends: ghc-prim
 
@@ -131,6 +135,6 @@ test-suite tests
   default-language: Haskell2010
   build-depends:   base, bytestring, zlib,
                    QuickCheck       == 2.*,
-                   tasty            >= 0.8 && < 1.5,
-                   tasty-quickcheck >= 0.8 && < 0.11
+                   tasty            >= 0.8 && < 1.6,
+                   tasty-quickcheck >= 0.8 && < 0.12
   ghc-options:     -Wall