move resourcet dependency out of S3 only; needed by database code

This commit is contained in:
Joey Hess 2015-02-27 11:15:09 -04:00
parent f25ec60c37
commit 8914773c05

View file

@ -112,7 +112,7 @@ Executable git-annex
data-default, case-insensitive, http-conduit, http-types,
cryptohash (>= 0.10.0),
esqueleto, persistent-sqlite, persistent, persistent-template,
monad-logger
monad-logger, resourcet
CC-Options: -Wall
GHC-Options: -Wall
Extensions: PackageImports
@ -150,7 +150,7 @@ Executable git-annex
Build-Depends: regex-compat
if flag(S3)
Build-Depends: conduit, resourcet, conduit-extra, aws (>= 0.9.2), http-client
Build-Depends: conduit, conduit-extra, aws (>= 0.9.2), http-client
CPP-Options: -DWITH_S3
if flag(WebDAV)