@@ -65,21 +65,25 @@ library
65
65
Codec.Compression.Zlib.Internal
66
66
other-modules : Codec.Compression.Zlib.Stream,
67
67
Codec.Compression.Zlib.ByteStringCompat
68
+
68
69
if impl(ghc < 7 )
69
70
default-language : Haskell98
70
71
default-extensions : PatternGuards
71
72
else
72
73
default-language : Haskell2010
74
+
73
75
other-extensions : CPP, ForeignFunctionInterface, RankNTypes, BangPatterns,
74
76
DeriveDataTypeable
75
77
if impl(ghc >= 7.2 )
76
78
other-extensions : DeriveGeneric
77
79
if impl(ghc >= 7.6 )
78
80
other-extensions : CApiFFI
79
- build-depends : base >= 4 && < 4.15 ,
81
+
82
+ build-depends : base >= 4 && < 4.16 ,
80
83
bytestring >= 0.9 && < 0.12
81
84
if impl(ghc >= 7.0 && < 8.0.3 )
82
85
build-depends : ghc-prim
86
+
83
87
includes : zlib.h
84
88
ghc-options : -Wall -fwarn-tabs
85
89
if flag(non-blocking-ffi)
@@ -112,7 +116,7 @@ test-suite tests
112
116
default-language : Haskell2010
113
117
build-depends : base, bytestring, zlib,
114
118
QuickCheck == 2. *,
115
- tasty >= 0.8 && < 1.3 ,
119
+ tasty >= 0.8 && < 1.5 ,
116
120
tasty-quickcheck >= 0.8 && < 0.11 ,
117
121
tasty-hunit >= 0.8 && < 0.11
118
122
ghc-options : -Wall
0 commit comments