Skip to content

Commit

Permalink
Cabal file: added repository and test suite stanza.
Browse files Browse the repository at this point in the history
  • Loading branch information
John MacFarlane committed Nov 5, 2012
1 parent 7f1fc2c commit b374be8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion zip-archive.cabal
Expand Up @@ -12,7 +12,10 @@ Homepage: http://github.com/jgm/zip-archive
Author: John MacFarlane
Maintainer: jgm@berkeley.edu
Build-Depends: base
Extra-Source-Files: COPYING

Source-repository head
type: git
location: git://github.com/jgm/zip-archive.git

flag splitBase
Description: Choose the new, smaller, split-up base package.
Expand All @@ -28,6 +31,7 @@ Library
Build-depends: base < 3
Build-depends: binary < 0.6, zlib, filepath, bytestring >= 0.9.0, array, mtl, utf8-string >= 0.3.1, old-time, digest >= 0.0.0.1, directory, time
Exposed-modules: Codec.Archive.Zip
Default-Language: Haskell98
Hs-Source-Dirs: .
Ghc-Options: -Wall
Default-Extensions: CPP
Expand All @@ -43,6 +47,7 @@ Executable Zip
Buildable: False
Main-is: Zip.hs
Ghc-Options: -Wall
Default-Language: Haskell98

Test-Suite test-zip-archive
Type: exitcode-stdio-1.0
Expand All @@ -51,4 +56,5 @@ Test-Suite test-zip-archive
Build-Depends: base >= 4.2 && < 5,
directory, bytestring >= 0.9.0, process, time, old-time,
HUnit, zip-archive
Default-Language: Haskell98
Ghc-Options: -Wall

0 comments on commit b374be8

Please sign in to comment.