summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-30 19:25:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-30 19:25:21 -0400
commitb9721fffac0815fcb9c69cca6b9ef2c7982438e7 (patch)
tree04bde263420eb886095b1e507e0880a732c7f339
parente27e20c6d64200ae0804dce62e31eaf55d5581fa (diff)
cabal check
-rw-r--r--git-annex.cabal10
1 files changed, 6 insertions, 4 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 2560b90a9..5a68e4dea 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -28,15 +28,17 @@ Extra-Source-Files: ./.gitattributes, ./.gitignore, ./Annex.hs, ./AnnexQueue.hs,
Executable git-annex
Main-Is: git-annex.hs
- Build-Depends: haskell98, base, MissingH, hslogger, directory, filepath,
+ 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
+ pcre-light, extensible-exceptions, dataenc, SHA, process, hS3,
+ base < 5
Executable git-annex-shell
Main-Is: git-annex-shell.hs
- Build-Depends: haskell98, base, MissingH, hslogger, directory, filepath,
+ 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
+ pcre-light, extensible-exceptions, dataenc, SHA, process, hS3,
+ base < 5
Executable git-union-merge
Main-Is: git-union-merge.hs