Skip to content

Commit a754056

Browse files
committed
Update URLs in .cabal file to point to GitHub
and also add a link to the zlib wikipedia page in the description
1 parent 187d892 commit a754056

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

zlib.cabal

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ license: BSD3
55
license-file: LICENSE
66
author: Duncan Coutts <duncan@community.haskell.org>
77
maintainer: Duncan Coutts <duncan@community.haskell.org>
8+
bug-reports: https://github.com/haskell/zlib/issues
89
category: Codec
910
synopsis: Compression and decompression in the gzip and zlib formats
1011
description: This package provides a pure interface for compressing and
1112
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.
1517
.
1618
It provides a convenient high level API suitable for most
1719
tasks and for the few cases where more control is needed it
@@ -33,8 +35,8 @@ extra-source-files: changelog
3335
examples/gzip.hs examples/gunzip.hs
3436

3537
source-repository head
36-
type: darcs
37-
location: http://code.haskell.org/zlib/
38+
type: git
39+
location: https://github.com/haskell/zlib.git
3840

3941
flag non-blocking-ffi
4042
default: False

0 commit comments

Comments
 (0)