installing: tighten up and bump web dependencies to get runtime hamlet
This commit is contained in:
parent
0dc9481878
commit
357c0984fb
@ -13,9 +13,7 @@ import Data.Either
|
||||
import System.FilePath ((</>), takeFileName)
|
||||
import System.IO.Storage (withStore, putValue, getValue)
|
||||
import Text.ParserCombinators.Parsec (parse)
|
||||
import Yesod hiding (defaultHamletSettings)
|
||||
import Text.Hamlet.Parse (defaultHamletSettings)
|
||||
import Text.Hamlet.RT
|
||||
import Yesod
|
||||
import Yesod.Helpers.Static
|
||||
|
||||
import Hledger.Cli.Commands.Add (journalAddTransaction)
|
||||
|
||||
@ -110,9 +110,11 @@ executable hledger
|
||||
other-modules:Hledger.Cli.Commands.Web
|
||||
build-depends:
|
||||
io-storage >= 0.3 && < 0.4
|
||||
,yesod >= 0.4.0 && < 0.5
|
||||
,convertible-text >= 0.3.0.1
|
||||
,data-object >= 0.3.1.2
|
||||
,yesod >= 0.4.1 && < 0.5
|
||||
,hamlet >= 0.4.2 && < 0.5
|
||||
,convertible-text >= 0.3.0.1 && < 0.4
|
||||
,data-object >= 0.3.1.2 && < 0.4
|
||||
,failure >= 0.1 && < 0.2
|
||||
|
||||
if flag(web610)
|
||||
cpp-options: -DWEB610
|
||||
|
||||
Loading…
Reference in New Issue
Block a user