diff options
Diffstat (limited to 'devel/hs-git-annex/files/patch-git-annex.cabal')
-rw-r--r-- | devel/hs-git-annex/files/patch-git-annex.cabal | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/devel/hs-git-annex/files/patch-git-annex.cabal b/devel/hs-git-annex/files/patch-git-annex.cabal index b9fb9769e8b6..fb102a057ff0 100644 --- a/devel/hs-git-annex/files/patch-git-annex.cabal +++ b/devel/hs-git-annex/files/patch-git-annex.cabal @@ -1,16 +1,13 @@ ---- ./git-annex.cabal.orig 2014-08-17 16:50:18.000000000 +0200 -+++ ./git-annex.cabal 2014-08-25 13:15:46.000000000 +0200 -@@ -185,10 +185,11 @@ +--- git-annex.cabal.orig 2015-07-27 16:25:52 UTC ++++ git-annex.cabal +@@ -218,9 +218,9 @@ Executable git-annex CPP-Options: -DANDROID_SPLICES if flag(Webapp) + extensions: TemplateHaskell Build-Depends: -- yesod, yesod-default, yesod-static, yesod-form, yesod-core, -+ yesod (>= 1.2), yesod-static, yesod-form, yesod-core, - wai, wai-extra, warp, warp-tls, -- blaze-builder, crypto-api, hamlet, clientsession, -+ blaze-builder, crypto-api, clientsession, - template-haskell, data-default, aeson, path-pieces, - shakespeare - CPP-Options: -DWITH_WEBAPP + yesod (>= 1.2.6), +- yesod-default (>= 1.2.0), + yesod-static (>= 1.2.4), + yesod-form (>= 1.3.15), + yesod-core (>= 1.2.19), |