web: build-depends cleanup
This commit is contained in:
parent
3d8dbb9d35
commit
ae74983436
@ -100,29 +100,29 @@ library
|
|||||||
EmptyDataDecls
|
EmptyDataDecls
|
||||||
NoMonomorphismRestriction
|
NoMonomorphismRestriction
|
||||||
|
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
-- , yesod-platform >= 1.1 && < 1.2
|
-- , yesod-platform >= 1.1 && < 1.2
|
||||||
, yesod >= 1.1.3 && < 1.2
|
, yesod >= 1.1.3 && < 1.2
|
||||||
, yesod-core >= 1.1.2 && < 1.2
|
, yesod-core >= 1.1.2 && < 1.2
|
||||||
, yesod-static >= 1.1 && < 1.2
|
, yesod-static >= 1.1 && < 1.2
|
||||||
, yesod-default >= 1.1 && < 1.2
|
, yesod-default >= 1.1 && < 1.2
|
||||||
, yesod-form >= 1.1 && < 1.2
|
, yesod-form >= 1.1 && < 1.2
|
||||||
, clientsession >= 0.8 && < 0.9
|
, clientsession >= 0.8 && < 0.9
|
||||||
, bytestring >= 0.9 && < 0.11
|
, bytestring >= 0.9 && < 0.11
|
||||||
, text >= 0.11 && < 0.12
|
, text >= 0.11 && < 0.12
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, hamlet >= 1.1 && < 1.2
|
, hamlet >= 1.1 && < 1.2
|
||||||
, shakespeare-css >= 1.0 && < 1.1
|
, shakespeare-css >= 1.0 && < 1.1
|
||||||
, shakespeare-js >= 1.0 && < 1.1
|
, shakespeare-js >= 1.0 && < 1.1
|
||||||
, shakespeare-text >= 1.0 && < 1.1
|
, shakespeare-text >= 1.0 && < 1.1
|
||||||
, hjsmin >= 0.1 && < 0.2
|
, hjsmin >= 0.1 && < 0.2
|
||||||
, monad-control >= 0.3 && < 0.4
|
, monad-control >= 0.3 && < 0.4
|
||||||
, wai-extra >= 1.3 && < 1.4
|
, wai-extra >= 1.3 && < 1.4
|
||||||
, yaml >= 0.8 && < 0.9
|
, yaml >= 0.8 && < 0.9
|
||||||
, http-conduit >= 1.8 && < 1.9
|
, http-conduit >= 1.8 && < 1.9
|
||||||
, directory >= 1.1 && < 1.3
|
, directory >= 1.1 && < 1.3
|
||||||
, warp >= 1.3 && < 1.4
|
, warp >= 1.3 && < 1.4
|
||||||
, data-default
|
, data-default
|
||||||
|
|
||||||
, hledger == 0.19.3
|
, hledger == 0.19.3
|
||||||
, hledger-lib == 0.19.3
|
, hledger-lib == 0.19.3
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user