add yesod-default
another dependency cabal works without here, oddly
This commit is contained in:
parent
0f6292920a
commit
3305e019db
3 changed files with 5 additions and 3 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -25,6 +25,7 @@ Build-Depends:
|
|||
libghc-dbus-dev,
|
||||
libghc-yesod-dev,
|
||||
libghc-yesod-static-dev,
|
||||
libghc-yesod-default-dev,
|
||||
libghc-case-insensitive-dev,
|
||||
libghc-http-types-dev,
|
||||
libghc-transformers-dev,
|
||||
|
|
|
@ -51,6 +51,7 @@ libraries. To build and use git-annex by hand, you will need:
|
|||
* [dbus](http://hackage.haskell.org/package/dbus)
|
||||
* [yesod](http://hackage.haskell.org/package/yesod)
|
||||
* [yesod-static](http://hackage.haskell.org/package/yesod-static)
|
||||
* [yesod-default](http://hackage.haskell.org/package/yesod-default)
|
||||
* [case-insensitive](http://hackage.haskell.org/package/case-insensitive)
|
||||
* [http-types](http://hackage.haskell.org/package/http-types)
|
||||
* [transformers](http://hackage.haskell.org/package/transformers)
|
||||
|
|
|
@ -74,9 +74,9 @@ Executable git-annex
|
|||
CPP-Options: -DWITH_DBUS
|
||||
|
||||
if flag(Webapp)
|
||||
Build-Depends: yesod, yesod-static, case-insensitive, http-types,
|
||||
transformers, wai, wai-logger, warp, blaze-builder, blaze-html,
|
||||
blaze-markup, crypto-api, hamlet, clientsession
|
||||
Build-Depends: yesod, yesod-static, yesod-default, case-insensitive,
|
||||
http-types, transformers, wai, wai-logger, warp, blaze-builder,
|
||||
blaze-html, blaze-markup, crypto-api, hamlet, clientsession
|
||||
CPP-Options: -DWITH_WEBAPP
|
||||
|
||||
if os(darwin)
|
||||
|
|
Loading…
Reference in a new issue