promote stm dependency, since Remote.External needs it

This commit is contained in:
Joey Hess 2014-01-20 14:32:06 -04:00
parent 514a4efb7a
commit ecd4c35d7e
3 changed files with 4 additions and 3 deletions

View file

@ -91,3 +91,5 @@ ExitFailure 1
# End of transcript or log.
"""]]
> [[fixed|done]] --[[Joey]]

View file

@ -25,9 +25,9 @@ quite a lot.
* [extensible-exceptions](http://hackage.haskell.org/package/extensible-exceptions)
* [feed](http://hackage.haskell.org/package/feed)
* [async](http://hackage.haskell.org/package/async)
* Optional haskell stuff, used by the [[assistant]] and its webapp
* [stm](http://hackage.haskell.org/package/stm)
(version 2.3 or newer)
* Optional haskell stuff, used by the [[assistant]] and its webapp
* [hinotify](http://hackage.haskell.org/package/hinotify)
(Linux only)
* [dbus](http://hackage.haskell.org/package/dbus)

View file

@ -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)