Skip to content

Commit

Permalink
chore(release): bump to v0.0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik committed Nov 12, 2015
1 parent f14d134 commit 592b25b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions stack-hpc-coveralls.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stack-hpc-coveralls
version: 0.0.0.2
version: 0.0.0.4
synopsis: Initial project template from stack
description: Please see README.md
homepage: http://github.com/rubik/stack-hpc-coveralls
Expand All @@ -12,6 +12,7 @@ category: Control
build-type: Simple
extra-source-files:
stack.yaml
USAGE.txt
cabal-version: >=1.18

library
Expand All @@ -24,19 +25,19 @@ library
SHC.Api
build-depends: base >=4.7 && <5
, hpc >=0.6
, filepath >=1.4
, filepath >=1.3
, process >=1.2
, pureMD5 >=2.1
, containers >=0.5
, aeson >=0.8
, bytestring >=0.10
, utf8-string >=1.0
, utf8-string >=1
, text >=1.2
, directory >=1.2
, directory-tree >=0.12
, wreq >=0.4
, wreq >=0.3
, http-client >=0.4
, lens >=4.12
, lens >=4.7
, lens-aeson >=1.0
, safe >=0.3
default-language: Haskell2010
Expand Down

0 comments on commit 592b25b

Please sign in to comment.