Skip to content

Commit 37b02ff

Browse files
committed
Prepare for 0.6.2.1 release
1 parent 71f71a5 commit 37b02ff

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

changelog

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
0.6.2.1 TBD
1+
See also http://pvp.haskell.org/faq
22

3-
* Add support for GHC 8.8 / base-4.13
3+
0.6.2.1 Herbert Valerio Riedel <[email protected]> August 2019
4+
5+
* Add support for GHC 8.8 / base-4.13
46

57
0.6.2 Herbert Valerio Riedel <[email protected]> March 2018
68

zlib.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
cabal-version: >= 1.10
12
name: zlib
23
version: 0.6.2.1
4+
35
copyright: (c) 2006-2016 Duncan Coutts
46
license: BSD3
57
license-file: LICENSE
@@ -19,7 +21,6 @@ description: This package provides a pure interface for compressing and
1921
tasks and for the few cases where more control is needed it
2022
provides access to the full zlib feature set.
2123
build-type: Simple
22-
cabal-version: >= 1.10
2324
tested-with: GHC ==7.0.4, GHC ==7.2.2, GHC ==7.4.2, GHC ==7.6.3, GHC ==7.8.4, GHC ==7.10.3, GHC ==8.0.1, GHC==8.0.2, GHC ==8.2.2, GHC ==8.4.4, GHC==8.6.4
2425

2526
extra-source-files: changelog
@@ -67,8 +68,8 @@ library
6768
other-extensions: DeriveGeneric
6869
if impl(ghc >= 7.6)
6970
other-extensions: CApiFFI
70-
build-depends: base >= 4 && < 5,
71-
bytestring >= 0.9 && < 0.12
71+
build-depends: base >= 4 && < 4.14,
72+
bytestring >= 0.9 && < 0.11
7273
if impl(ghc >= 7.2 && < 7.6)
7374
build-depends: ghc-prim
7475
includes: zlib.h

0 commit comments

Comments
 (0)