aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-04 15:58:38 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-04 15:58:38 -0400
commit136b9fa41d4e83b90714fc054aca92fa967315ae (patch)
tree0ec334333c6cc66e5086d9bef675859853b7800a /git-annex.cabal
parent8815f95d1ad0413ca35e6873f4b7b272bac629db (diff)
WIP use ascii-progress
A bit flickery due to https://github.com/yamadapc/haskell-ascii-progress/issues/12 And, won't handle large files until ascii-progress is changed to use Integers.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index dcf46a3c2..df2cf10b8 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -112,7 +112,8 @@ Executable git-annex
data-default, case-insensitive, http-conduit, http-types,
cryptohash (>= 0.10.0),
esqueleto, persistent-sqlite, persistent, persistent-template,
- monad-logger, resourcet
+ monad-logger, resourcet,
+ ascii-progress
CC-Options: -Wall
GHC-Options: -Wall
Extensions: PackageImports