From ae7498343602ff521b2bfb69fe2cc58e14350714 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 24 Nov 2012 15:35:09 +0000 Subject: [PATCH] web: build-depends cleanup --- hledger-web/hledger-web.cabal | 71 ++++++++++++----------------------- 1 file changed, 24 insertions(+), 47 deletions(-) diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index f3f122064..cd092555b 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -100,29 +100,29 @@ library EmptyDataDecls NoMonomorphismRestriction - build-depends: base >= 4 && < 5 - -- , yesod-platform >= 1.1 && < 1.2 - , yesod >= 1.1.3 && < 1.2 - , yesod-core >= 1.1.2 && < 1.2 - , yesod-static >= 1.1 && < 1.2 - , yesod-default >= 1.1 && < 1.2 - , yesod-form >= 1.1 && < 1.2 - , clientsession >= 0.8 && < 0.9 - , bytestring >= 0.9 && < 0.11 - , text >= 0.11 && < 0.12 - , template-haskell - , hamlet >= 1.1 && < 1.2 - , shakespeare-css >= 1.0 && < 1.1 - , shakespeare-js >= 1.0 && < 1.1 - , shakespeare-text >= 1.0 && < 1.1 - , hjsmin >= 0.1 && < 0.2 - , monad-control >= 0.3 && < 0.4 - , wai-extra >= 1.3 && < 1.4 - , yaml >= 0.8 && < 0.9 - , http-conduit >= 1.8 && < 1.9 - , directory >= 1.1 && < 1.3 - , warp >= 1.3 && < 1.4 - , data-default + build-depends: base >= 4 && < 5 + -- , yesod-platform >= 1.1 && < 1.2 + , yesod >= 1.1.3 && < 1.2 + , yesod-core >= 1.1.2 && < 1.2 + , yesod-static >= 1.1 && < 1.2 + , yesod-default >= 1.1 && < 1.2 + , yesod-form >= 1.1 && < 1.2 + , clientsession >= 0.8 && < 0.9 + , bytestring >= 0.9 && < 0.11 + , text >= 0.11 && < 0.12 + , template-haskell + , hamlet >= 1.1 && < 1.2 + , shakespeare-css >= 1.0 && < 1.1 + , shakespeare-js >= 1.0 && < 1.1 + , shakespeare-text >= 1.0 && < 1.1 + , hjsmin >= 0.1 && < 0.2 + , monad-control >= 0.3 && < 0.4 + , wai-extra >= 1.3 && < 1.4 + , yaml >= 0.8 && < 0.9 + , http-conduit >= 1.8 && < 1.9 + , directory >= 1.1 && < 1.3 + , warp >= 1.3 && < 1.4 + , data-default , hledger == 0.19.3 , hledger-lib == 0.19.3 @@ -226,6 +226,7 @@ executable hledger-web , yaml , hjsmin >= 0.1 && < 0.2 , http-conduit >= 1.8 && < 1.9 + , data-default if flag(blaze_html_0_5) cpp-options: -DBLAZE_HTML_0_5 @@ -236,30 +237,6 @@ executable hledger-web build-depends: blaze-html >= 0.4 && < 0.5 - build-depends: - -- base >= 4 && < 5 - -- -- , yesod-platform >= 1.1 && < 1.2 - -- , yesod >= 1.1 && < 1.2 - -- , yesod-core >= 1.1.2 && < 1.2 - -- , yesod-static >= 1.1 && < 1.2 - -- , yesod-default >= 1.1 && < 1.2 - -- , yesod-form >= 1.1 && < 1.2 - -- , clientsession >= 0.8 && < 0.9 - -- , bytestring >= 0.9 && < 0.11 - -- , text >= 0.11 && < 0.12 - -- , template-haskell - -- , hamlet >= 1.1 && < 1.2 - -- , shakespeare-css >= 1.0 && < 1.1 - -- , shakespeare-js >= 1.0 && < 1.1 - -- , shakespeare-text >= 1.0 && < 1.1 - -- , hjsmin >= 0.1 && < 0.2 - -- , monad-control >= 0.3 && < 0.4 - -- , wai-extra >= 1.3 && < 1.4 - -- , yaml >= 0.8 && < 0.9 - -- , http-conduit >= 1.8 && < 1.9 - -- , directory >= 1.1 && < 1.3 - -- , warp >= 1.3 && < 1.4 - data-default test-suite test type: exitcode-stdio-1.0