web: build-depends cleanup

This commit is contained in:
Simon Michael 2012-11-24 15:35:09 +00:00
parent 3d8dbb9d35
commit ae74983436

View File

@ -226,6 +226,7 @@ executable hledger-web
, yaml , yaml
, hjsmin >= 0.1 && < 0.2 , hjsmin >= 0.1 && < 0.2
, http-conduit >= 1.8 && < 1.9 , http-conduit >= 1.8 && < 1.9
, data-default
if flag(blaze_html_0_5) if flag(blaze_html_0_5)
cpp-options: -DBLAZE_HTML_0_5 cpp-options: -DBLAZE_HTML_0_5
@ -236,30 +237,6 @@ executable hledger-web
build-depends: build-depends:
blaze-html >= 0.4 && < 0.5 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 test-suite test
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0