2010-09-10 02:54:34 +04:00
|
|
|
name: hledger-web
|
2011-04-18 10:53:50 +04:00
|
|
|
version: 0.14
|
2010-09-10 02:54:34 +04:00
|
|
|
category: Finance
|
|
|
|
synopsis: A hledger add-on command providing a web interface.
|
|
|
|
description:
|
2010-12-07 05:15:49 +03:00
|
|
|
A hledger add-on command providing a web interface.
|
2010-09-10 02:54:34 +04:00
|
|
|
license: GPL
|
|
|
|
license-file: LICENSE
|
|
|
|
author: Simon Michael <simon@joyful.com>
|
2010-09-11 05:47:46 +04:00
|
|
|
maintainer: Simon Michael <simon@joyful.com>
|
2010-09-10 02:54:34 +04:00
|
|
|
homepage: http://hledger.org
|
|
|
|
bug-reports: http://code.google.com/p/hledger/issues
|
2010-11-26 22:59:23 +03:00
|
|
|
stability: beta
|
2010-09-11 05:47:46 +04:00
|
|
|
tested-with: GHC==6.12
|
2010-09-10 02:54:34 +04:00
|
|
|
cabal-version: >= 1.6
|
|
|
|
build-type: Simple
|
2010-11-16 20:13:32 +03:00
|
|
|
data-dir: .hledger
|
2010-09-10 02:54:34 +04:00
|
|
|
data-files:
|
2010-11-18 03:53:41 +03:00
|
|
|
web/combo_select.gif
|
|
|
|
web/dhtmlxcombo.js
|
|
|
|
web/dhtmlxcommon.js
|
|
|
|
web/favicon.ico
|
|
|
|
web/hledger.js
|
|
|
|
web/jquery.js
|
|
|
|
web/jquery.url.js
|
|
|
|
web/style.css
|
2010-09-10 02:54:34 +04:00
|
|
|
extra-tmp-files:
|
|
|
|
extra-source-files:
|
|
|
|
|
|
|
|
source-repository head
|
|
|
|
type: darcs
|
|
|
|
location: http://joyful.com/repos/hledger
|
|
|
|
|
2010-09-11 05:47:46 +04:00
|
|
|
Flag production
|
2010-11-18 03:53:41 +03:00
|
|
|
Description: Build in production mode, which reads template files only once at startup.
|
2010-09-11 05:47:46 +04:00
|
|
|
Default: False
|
|
|
|
|
2010-09-10 02:54:34 +04:00
|
|
|
executable hledger-web
|
2010-11-25 10:10:38 +03:00
|
|
|
main-is: hledger-web.hs
|
2010-09-10 02:54:34 +04:00
|
|
|
ghc-options: -threaded -W
|
2010-09-11 05:47:46 +04:00
|
|
|
if flag(production)
|
2010-11-18 03:53:41 +03:00
|
|
|
cpp-options: -DPRODUCTION
|
2010-09-10 02:54:34 +04:00
|
|
|
other-modules:
|
2010-11-25 10:10:38 +03:00
|
|
|
Hledger.Web.Main
|
2010-09-11 05:47:46 +04:00
|
|
|
Hledger.Web.App
|
2010-11-18 03:53:41 +03:00
|
|
|
Hledger.Web.Files
|
2010-09-11 05:47:46 +04:00
|
|
|
Hledger.Web.Settings
|
2010-09-10 02:54:34 +04:00
|
|
|
build-depends:
|
2011-04-18 10:53:50 +04:00
|
|
|
hledger == 0.14
|
|
|
|
,hledger-lib == 0.14
|
2010-09-10 02:54:34 +04:00
|
|
|
-- ,HUnit
|
|
|
|
,base >= 3 && < 5
|
2010-11-18 03:53:41 +03:00
|
|
|
,bytestring
|
2010-09-10 02:54:34 +04:00
|
|
|
-- ,containers
|
|
|
|
-- ,csv
|
2010-11-18 03:53:41 +03:00
|
|
|
,directory
|
2010-09-10 02:54:34 +04:00
|
|
|
,filepath
|
|
|
|
-- ,mtl
|
|
|
|
-- ,old-locale
|
|
|
|
-- ,old-time
|
|
|
|
,parsec
|
|
|
|
-- ,process
|
|
|
|
-- ,regexpr >= 0.5.1
|
2010-11-30 02:24:18 +03:00
|
|
|
,safe >= 0.2
|
2010-09-10 02:54:34 +04:00
|
|
|
-- ,split == 0.1.*
|
|
|
|
-- ,time
|
|
|
|
-- ,utf8-string >= 0.3.5 && < 0.4
|
|
|
|
,io-storage >= 0.3 && < 0.4
|
2010-11-16 02:25:55 +03:00
|
|
|
,yesod >= 0.6.1.2 && < 0.7
|
2010-11-19 02:16:47 +03:00
|
|
|
,hamlet >= 0.6.0.1 && < 0.7
|
2010-11-16 02:25:55 +03:00
|
|
|
-- ,convertible-text >= 0.3.0.1 && < 0.4
|
|
|
|
-- ,data-object >= 0.3.1.2 && < 0.4
|
2010-09-10 02:54:34 +04:00
|
|
|
,failure >= 0.1 && < 0.2
|
2010-11-16 02:25:32 +03:00
|
|
|
-- ,persistent == 0.2.*
|
|
|
|
-- ,persistent-sqlite == 0.2.*
|
2010-11-18 03:53:41 +03:00
|
|
|
,template-haskell >= 2.4 && < 2.6
|
2010-09-11 05:47:46 +04:00
|
|
|
,wai-extra == 0.2.*
|
2010-11-18 03:53:41 +03:00
|
|
|
,file-embed == 0.0.*
|