installing: tighten up and bump web dependencies to get runtime hamlet

This commit is contained in:
Simon Michael 2010-08-19 00:25:14 +00:00
parent 0dc9481878
commit 357c0984fb
2 changed files with 6 additions and 6 deletions

View File

@ -13,9 +13,7 @@ import Data.Either
import System.FilePath ((</>), takeFileName) import System.FilePath ((</>), takeFileName)
import System.IO.Storage (withStore, putValue, getValue) import System.IO.Storage (withStore, putValue, getValue)
import Text.ParserCombinators.Parsec (parse) import Text.ParserCombinators.Parsec (parse)
import Yesod hiding (defaultHamletSettings) import Yesod
import Text.Hamlet.Parse (defaultHamletSettings)
import Text.Hamlet.RT
import Yesod.Helpers.Static import Yesod.Helpers.Static
import Hledger.Cli.Commands.Add (journalAddTransaction) import Hledger.Cli.Commands.Add (journalAddTransaction)

View File

@ -110,9 +110,11 @@ executable hledger
other-modules:Hledger.Cli.Commands.Web other-modules:Hledger.Cli.Commands.Web
build-depends: build-depends:
io-storage >= 0.3 && < 0.4 io-storage >= 0.3 && < 0.4
,yesod >= 0.4.0 && < 0.5 ,yesod >= 0.4.1 && < 0.5
,convertible-text >= 0.3.0.1 ,hamlet >= 0.4.2 && < 0.5
,data-object >= 0.3.1.2 ,convertible-text >= 0.3.0.1 && < 0.4
,data-object >= 0.3.1.2 && < 0.4
,failure >= 0.1 && < 0.2
if flag(web610) if flag(web610)
cpp-options: -DWEB610 cpp-options: -DWEB610