need transformers for Utility.Exception
This commit is contained in:
parent
c784ef4586
commit
d3d30d2bf3
2 changed files with 3 additions and 2 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -18,6 +18,7 @@ Build-Depends:
|
||||||
libghc-quickcheck2-dev,
|
libghc-quickcheck2-dev,
|
||||||
libghc-monad-control-dev (>= 0.3),
|
libghc-monad-control-dev (>= 0.3),
|
||||||
libghc-exceptions-dev,
|
libghc-exceptions-dev,
|
||||||
|
libghc-transformers-dev,
|
||||||
libghc-unix-compat-dev,
|
libghc-unix-compat-dev,
|
||||||
libghc-dlist-dev,
|
libghc-dlist-dev,
|
||||||
libghc-uuid-dev,
|
libghc-uuid-dev,
|
||||||
|
|
|
@ -97,7 +97,7 @@ Executable git-annex
|
||||||
Build-Depends: MissingH, hslogger, directory, filepath,
|
Build-Depends: MissingH, hslogger, directory, filepath,
|
||||||
containers, utf8-string, network (>= 2.0), mtl (>= 2),
|
containers, utf8-string, network (>= 2.0), mtl (>= 2),
|
||||||
bytestring, old-locale, time, HTTP, dataenc, SHA, process, json,
|
bytestring, old-locale, time, HTTP, dataenc, SHA, process, json,
|
||||||
base (>= 4.5 && < 4.9), monad-control, exceptions (>= 0.5),
|
base (>= 4.5 && < 4.9), monad-control, exceptions (>= 0.5), transformers,
|
||||||
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
|
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
|
||||||
SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3),
|
SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3),
|
||||||
data-default, case-insensitive
|
data-default, case-insensitive
|
||||||
|
@ -188,7 +188,7 @@ Executable git-annex
|
||||||
if flag(Webapp)
|
if flag(Webapp)
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
yesod, yesod-default, yesod-static, yesod-form, yesod-core,
|
yesod, yesod-default, yesod-static, yesod-form, yesod-core,
|
||||||
http-types, transformers, wai, wai-extra, warp, warp-tls,
|
http-types, wai, wai-extra, warp, warp-tls,
|
||||||
blaze-builder, crypto-api, hamlet, clientsession,
|
blaze-builder, crypto-api, hamlet, clientsession,
|
||||||
template-haskell, data-default, aeson, path-pieces,
|
template-haskell, data-default, aeson, path-pieces,
|
||||||
shakespeare
|
shakespeare
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue