Skip to content

Commit

Permalink
Obey Hackage guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
maltem committed Jan 18, 2011
1 parent ee58caa commit 9d7814e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Setup.hs
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain
4 changes: 2 additions & 2 deletions zlib-enum.cabal
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ maintainer: Malte Sommerkorn <malte.sommerkorn@googlemail.com>
synopsis: Enumerator interface for zlib compression synopsis: Enumerator interface for zlib compression
description: zlib-enum is a stop-gap package to provide enumeratees for description: zlib-enum is a stop-gap package to provide enumeratees for
zlib compression/decompression. zlib compression/decompression.
category: Codec, Enumerator category: Codec, Compression, Enumerator
stability: Experimental stability: Experimental
cabal-version: >= 1.6 cabal-version: >= 1.6
build-type: Simple build-type: Simple
homepage: http://github.com/maltem/zlib-enum homepage: http://github.com/maltem/zlib-enum


library library
build-depends: base >= 4 build-depends: base >= 4 && < 5
, bytestring , bytestring
, mtl >= 2 , mtl >= 2
, enumerator >= 0.4 , enumerator >= 0.4
Expand Down

0 comments on commit 9d7814e

Please sign in to comment.