From 770d30c8b9018dc9eae83d98e3e60f0769126512 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 23 May 2013 11:02:25 -0400 Subject: version dep on yesod-default, otherwise cabal explodes Will be re-releasing the last version to hackage with a .1 with this fix. --- git-annex.cabal | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/git-annex.cabal b/git-annex.cabal index 284cd73c7..9a69ebb5a 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -132,10 +132,11 @@ Executable git-annex CPP-Options: -DWITH_DBUS if flag(Webapp) - Build-Depends: yesod (< 1.2), yesod-static, case-insensitive, - http-types, transformers, wai, wai-logger, warp, blaze-builder, - crypto-api, hamlet, clientsession, aeson, yesod-form, - template-haskell, yesod-default, data-default + Build-Depends: + yesod (< 1.2), yesod-default (< 1.2), yesod-static, yesod-form, + case-insensitive, http-types, transformers, wai, wai-logger, warp, + blaze-builder, crypto-api, hamlet, clientsession, aeson, + template-haskell, data-default CPP-Options: -DWITH_WEBAPP GHC-Options: -threaded -- cgit v1.2.3