summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 16:39:30 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 16:39:30 -0400
commita3b23acd92cadfd5107dd8f2f56c737ed7e90d28 (patch)
tree08d33e6e6b5cd6efd6e6d1cc886140200104aca8 /git-annex.cabal
parentefec2521cc14b3dec895066c9e7c16e740ab12ec (diff)
scale progress bar to terminal size
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 3c1af0df2..4340deaff 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -113,7 +113,7 @@ Executable git-annex
cryptohash (>= 0.10.0),
esqueleto, persistent-sqlite, persistent, persistent-template,
monad-logger, resourcet,
- ascii-progress (<= 0.2.1.2)
+ ascii-progress (<= 0.2.1.2), terminal-size
CC-Options: -Wall
GHC-Options: -Wall
Extensions: PackageImports