summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-07-04 19:36:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-07-04 19:36:36 -0400
commitc9a81fa841e3502f0426627de2d0eed439680b6d (patch)
tree2c7c1b9040b50b23050cf8f398a088b436c5b638
parent0a2285f32169246400bf98bd5199e301fefe7222 (diff)
update build deps
-rw-r--r--git-annex.cabal6
1 files changed, 1 insertions, 5 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index f7a2bde85..3779780ca 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -30,15 +30,11 @@ Executable git-annex
Main-Is: git-annex.hs
Build-Depends: haskell98, MissingH, hslogger, directory, filepath,
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
- pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, HTTP
+ pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, HTTP,
base < 5
Executable git-annex-shell
Main-Is: git-annex-shell.hs
- Build-Depends: haskell98, MissingH, hslogger, directory, filepath,
- unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
- pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, HTTP
- base < 5
Executable git-union-merge
Main-Is: git-union-merge.hs