summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-07-07 19:10:42 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-07-07 20:53:57 -0400
commit2a108982ad95f9bba9bb1ae1c6152ef9b10be53c (patch)
tree95b285fe049c1c0ae44f7d392151876e59553afd /git-annex.cabal
parent8c1fa1ab5f15c096e76fd2727f41b3bc042a2f3a (diff)
add monad-control to build depends
Will use this to handle exceptions in the Annex monad, yay.
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 eb02ae0ca..29ad80a58 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -31,7 +31,7 @@ Executable git-annex
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
+ base < 5, monad-control
Executable git-annex-shell
Main-Is: git-annex-shell.hs