File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,15 @@ license: BSD3
5
5
license-file : LICENSE
6
6
author : Duncan Coutts <duncan@community.haskell.org>
7
7
maintainer : Duncan Coutts <duncan@community.haskell.org>
8
+ bug-reports : https://github.com/haskell/zlib/issues
8
9
category : Codec
9
10
synopsis : Compression and decompression in the gzip and zlib formats
10
11
description : This package provides a pure interface for compressing and
11
12
decompressing streams of data represented as lazy
12
- 'ByteString's. It uses the zlib C library so it has high
13
- performance. It supports the \"zlib\", \"gzip\" and \"raw\"
14
- compression formats.
13
+ 'ByteString's. It uses the
14
+ <https://en.wikipedia.org/wiki/Zlib zlib C library >
15
+ so it has high performance. It supports the \"zlib\",
16
+ \"gzip\" and \"raw\" compression formats.
15
17
.
16
18
It provides a convenient high level API suitable for most
17
19
tasks and for the few cases where more control is needed it
@@ -33,8 +35,8 @@ extra-source-files: changelog
33
35
examples/gzip.hs examples/gunzip.hs
34
36
35
37
source-repository head
36
- type : darcs
37
- location : http ://code. haskell.org /zlib/
38
+ type : git
39
+ location : https ://github.com/ haskell/zlib.git
38
40
39
41
flag non-blocking-ffi
40
42
default : False
You can’t perform that action at this time.
0 commit comments