move resourcet dependency out of S3 only; needed by database code
This commit is contained in:
parent
f25ec60c37
commit
8914773c05
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue