promote stm dependency, since Remote.External needs it
This commit is contained in:
parent
514a4efb7a
commit
ecd4c35d7e
3 changed files with 4 additions and 3 deletions
|
@ -91,3 +91,5 @@ ExitFailure 1
|
|||
|
||||
# End of transcript or log.
|
||||
"""]]
|
||||
|
||||
> [[fixed|done]] --[[Joey]]
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue