summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 8f36bfe48..8dd42ee2f 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -96,8 +96,7 @@ Executable git-annex
Main-Is: git-annex.hs
Build-Depends: MissingH, hslogger, directory, filepath,
containers, utf8-string, network (>= 2.0), mtl (>= 2),
- bytestring, old-locale, time, HTTP,
- extensible-exceptions, dataenc, SHA, process, json,
+ bytestring, old-locale, time, HTTP, dataenc, SHA, process, json,
base (>= 4.5 && < 4.9), monad-control, exceptions (>= 0.5),
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3),
@@ -143,7 +142,7 @@ Executable git-annex
if flag(WebDAV)
Build-Depends: DAV (>= 0.8),
- http-client, http-conduit, http-types, lifted-base, transformers
+ http-client, http-conduit, http-types
CPP-Options: -DWITH_WEBDAV
if flag(Assistant) && ! os(solaris)