summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <id@joeyh.name>2014-12-01 17:04:26 -0400
committerGravatar Joey Hess <id@joeyh.name>2014-12-01 17:04:26 -0400
commit629075e31770bf9bebde5789161df33e2214b498 (patch)
tree3cf556ff67e397bd99964b713ba6e5f1060b07c6 /git-annex.cabal
parent10465d82949cf704cfdc200e3ad46b5e3b0c53aa (diff)
remove redundant deps
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 41e39c283..a9472897c 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -107,7 +107,7 @@ Executable git-annex
containers, utf8-string, mtl (>= 2),
bytestring, old-locale, time, dataenc, SHA, process, json,
base (>= 4.5 && < 4.9), monad-control, exceptions (>= 0.6), transformers,
- IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
+ IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance,
SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3),
data-default, case-insensitive, http-conduit, http-types
CC-Options: -Wall
@@ -203,7 +203,7 @@ Executable git-annex
yesod, yesod-default, yesod-static, yesod-form, yesod-core,
wai, wai-extra, warp, warp-tls,
blaze-builder, crypto-api, hamlet, clientsession,
- template-haskell, data-default, aeson, path-pieces,
+ template-haskell, aeson, path-pieces,
shakespeare
CPP-Options: -DWITH_WEBAPP
if flag(Webapp) && flag (Webapp-secure)