summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-20 14:32:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-20 14:32:06 -0400
commit5534e89870b7d0885f6fe113068c0514a03a74bd (patch)
treeb93322142671b636def24e61b5f4d89add9bd24c /git-annex.cabal
parent387ae5aeb31bdf54ac43696377fc7ff5e4acf8be (diff)
promote stm dependency, since Remote.External needs it
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 9b4edf8b2..a7322e400 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -93,7 +93,7 @@ Executable git-annex
extensible-exceptions, dataenc, SHA, process, json,
base (>= 4.5 && < 4.9), monad-control, MonadCatchIO-transformers,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
- SafeSemaphore, uuid, random, dlist, unix-compat, async
+ SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3)
CC-Options: -Wall
GHC-Options: -Wall
Extensions: PackageImports
@@ -134,7 +134,6 @@ Executable git-annex
CPP-Options: -DWITH_WEBDAV
if flag(Assistant) && ! os(solaris)
- Build-Depends: stm (>= 2.3)
CPP-Options: -DWITH_ASSISTANT
if flag(Assistant)