summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-03-10 14:00:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-03-10 14:00:06 -0400
commiteaa80be91758e534aec022638829879d82895b76 (patch)
tree132b96548e99016eb9557834c5b08f9e1791b099
parent13598d94327c6fd7b11af9cb81c82100cf7cc2f4 (diff)
move text dependency into same block with the other dependencies
-rw-r--r--git-annex.cabal7
1 files changed, 3 insertions, 4 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index d8a3b980c..6efebc66e 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -30,9 +30,9 @@ Executable git-annex
Main-Is: git-annex.hs
Build-Depends: MissingH, hslogger, directory, filepath,
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
- pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, json, HTTP,
- base >= 4.5, base < 5, monad-control, transformers-base, lifted-base, IfElse,
- QuickCheck >= 2.1
+ pcre-light, extensible-exceptions, dataenc, SHA, process, hs3, json, HTTP,
+ base >= 4.5, base < 5, monad-control, transformers-base, lifted-base,
+ IfElse, text, QuickCheck >= 2.1
Other-Modules: Utility.StatFS, Utility.Touch
Executable git-annex-shell
@@ -41,7 +41,6 @@ Executable git-annex-shell
Executable git-union-merge
Main-Is: git-union-merge.hs
- Build-Depends: text
source-repository head
type: git