Skip to content

Commit

Permalink
Fixed cabal configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
killy971 committed Apr 14, 2014
1 parent 480b12c commit 67730c2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion hpc-coveralls.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hpc-coveralls
version: 0.2.0
version: 0.2.1
synopsis: Coveralls.io support for Haskell.
description:
This utility converts and sends Haskell projects hpc code coverage to
Expand Down Expand Up @@ -32,20 +32,27 @@ tested-with: GHC == 7.6.3
bug-reports: https://github.com/guillaume-nargeot/hpc-coveralls
homepage: https://github.com/guillaume-nargeot/hpc-coveralls/issues

extra-source-files:
README.md,
CHANGELOG.md

source-repository head
type: git
location: https://github.com/guillaume-nargeot/hpc-coveralls.git

library
hs-source-dirs: src
exposed-modules:
HpcCoverallsCmdLine,
Trace.Hpc.Coveralls,
Trace.Hpc.Coveralls.Config,
Trace.Hpc.Coveralls.Curl,
Trace.Hpc.Lix
build-depends:
aeson,
base < 5,
bytestring >= 0.10,
cmdargs >= 0.10,
curl >= 1.3.8,
hpc >= 0.6.0.0,
regex-posix
Expand Down

0 comments on commit 67730c2

Please sign in to comment.