2016-08-09 17:24:41 +03:00
-- This file has been generated from package.yaml by hpack version 0.14.0.
2015-08-13 08:45:08 +03:00
--
-- see: https://github.com/sol/hpack
2010-09-10 02:54:34 +04:00
name: hledger-web
2016-05-29 10:00:59 +03:00
version: 0.28
2014-05-01 19:20:05 +04:00
stability: stable
2010-09-10 02:54:34 +04:00
category: Finance
2015-10-30 23:08:03 +03:00
synopsis: Web interface for the hledger accounting tool
2016-08-09 21:27:00 +03:00
description: This is hledger's web interface.
It provides a more user-friendly and collaborative UI than the
command-line or curses-style interfaces.
.
hledger is a cross-platform program for tracking money, time, or
any other commodity, using double-entry accounting and a simple,
editable file format. It is inspired by and largely compatible
with ledger(1). hledger provides command-line, curses and web
interfaces, and aims to be a reliable, practical tool for daily
use.
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
2015-10-30 23:08:03 +03:00
bug-reports: http://bugs.hledger.org
2015-08-13 08:45:08 +03:00
cabal-version: >= 1.10
2010-09-10 02:54:34 +04:00
build-type: Simple
2016-08-09 17:57:30 +03:00
tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0
2015-08-13 08:45:08 +03:00
2010-09-10 02:54:34 +04:00
extra-source-files:
2015-08-13 08:45:08 +03:00
CHANGES
config/favicon.ico
config/keter.yaml
config/robots.txt
config/routes
config/settings.yml
2016-08-09 17:24:41 +03:00
messages/en.msg
README
static/css/bootstrap-theme.css
static/css/bootstrap-theme.css.map
static/css/bootstrap-theme.min.css
static/css/bootstrap.css
static/css/bootstrap.css.map
static/css/bootstrap.min.css
static/fonts/glyphicons-halflings-regular.eot
static/fonts/glyphicons-halflings-regular.svg
static/fonts/glyphicons-halflings-regular.ttf
static/fonts/glyphicons-halflings-regular.woff
2015-08-13 08:45:08 +03:00
static/hledger.css
static/hledger.js
2016-08-09 17:24:41 +03:00
static/js/bootstrap.js
static/js/bootstrap.min.js
static/js/excanvas.js
static/js/excanvas.min.js
static/js/jquery.cookie.js
static/js/jquery.flot.canvas.js
static/js/jquery.flot.canvas.min.js
static/js/jquery.flot.categories.js
static/js/jquery.flot.categories.min.js
static/js/jquery.flot.crosshair.js
static/js/jquery.flot.crosshair.min.js
static/js/jquery.flot.errorbars.js
static/js/jquery.flot.errorbars.min.js
static/js/jquery.flot.fillbetween.js
static/js/jquery.flot.fillbetween.min.js
static/js/jquery.flot.image.js
static/js/jquery.flot.image.min.js
static/js/jquery.flot.js
static/js/jquery.flot.min.js
static/js/jquery.flot.navigate.js
static/js/jquery.flot.navigate.min.js
static/js/jquery.flot.pie.js
static/js/jquery.flot.pie.min.js
static/js/jquery.flot.resize.js
static/js/jquery.flot.resize.min.js
static/js/jquery.flot.selection.js
static/js/jquery.flot.selection.min.js
static/js/jquery.flot.stack.js
static/js/jquery.flot.stack.min.js
static/js/jquery.flot.symbol.js
static/js/jquery.flot.symbol.min.js
static/js/jquery.flot.threshold.js
static/js/jquery.flot.threshold.min.js
static/js/jquery.flot.time.js
static/js/jquery.flot.time.min.js
static/js/jquery.flot.tooltip.js
static/js/jquery.flot.tooltip.min.js
static/js/jquery.hotkeys.js
static/js/jquery.js
static/js/jquery.min.js
static/js/jquery.url.js
static/js/typeahead.bundle.js
static/js/typeahead.bundle.min.js
templates/default-layout-wrapper.hamlet
templates/default-layout.hamlet
2016-04-20 22:44:47 +03:00
data-files:
2016-08-09 17:24:41 +03:00
doc/hledger-web.1
doc/hledger-web.1.info
doc/hledger-web.1.txt
2010-09-10 02:54:34 +04:00
source-repository head
2015-08-13 08:45:08 +03:00
type: git
2013-05-15 02:36:44 +04:00
location: https://github.com/simonmichael/hledger
2011-10-05 03:02:57 +04:00
2012-03-05 11:52:36 +04:00
flag dev
2016-08-09 17:24:41 +03:00
default: False
description: Turn on development settings, like auto-reload templates.
manual: False
2012-03-05 11:52:36 +04:00
flag library-only
2016-08-09 17:24:41 +03:00
default: False
description: Build for use with "yesod devel"
manual: False
2011-05-24 08:27:37 +04:00
2015-03-28 01:42:32 +03:00
flag old-locale
2016-08-09 17:24:41 +03:00
default: False
description: A compatibility flag, set automatically by cabal. If false then depend on time >= 1.5, if true then depend on time < 1.5 together with old-locale.
manual: False
flag threaded
default: True
description: Build with support for multithreaded execution.
manual: False
2014-10-19 20:37:18 +04:00
2012-03-05 11:52:36 +04:00
library
2015-08-13 08:45:08 +03:00
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
2016-05-29 10:00:59 +03:00
cpp-options: -DVERSION="0.28"
2013-05-15 02:36:44 +04:00
build-depends:
2016-08-09 17:24:41 +03:00
hledger-lib >=0.28 && <0.29
, hledger >=0.28 && <0.29
, base >=4 && <5
, base-compat >=0.8.1
2015-08-13 08:45:08 +03:00
, blaze-html
, blaze-markup
, bytestring
, clientsession
2016-08-09 17:24:41 +03:00
, cmdargs >=0.10 && <0.11
2015-08-13 08:45:08 +03:00
, data-default
, directory
, filepath
, hjsmin
, http-conduit
, http-client
, HUnit
2016-08-09 17:24:41 +03:00
, conduit-extra >=1.1
, safe >=0.2
, shakespeare >=2.0
2015-08-13 08:45:08 +03:00
, template-haskell
2016-08-09 17:24:41 +03:00
, text >=1.2 && <1.3
2015-08-13 08:45:08 +03:00
, transformers
, wai
, wai-extra
2016-08-09 17:24:41 +03:00
, wai-handler-launch >=1.3
2015-08-13 08:45:08 +03:00
, warp
, yaml
2016-08-09 17:24:41 +03:00
, yesod >=1.4 && <1.5
2015-08-13 08:45:08 +03:00
, yesod-core
, yesod-form
, yesod-static
, json
2016-08-09 17:24:41 +03:00
, megaparsec >=5
, mtl
if (flag(dev)) || (flag(library-only))
cpp-options: -DDEVELOPMENT
2015-08-13 08:45:08 +03:00
if flag(old-locale)
2016-08-09 17:24:41 +03:00
build-depends:
time <1.5
, old-locale
2015-08-13 08:45:08 +03:00
else
2016-08-09 17:24:41 +03:00
build-depends:
time >=1.5
2015-08-13 08:45:08 +03:00
exposed-modules:
Application
Foundation
Handler.AddForm
Handler.Common
Handler.JournalR
Handler.RegisterR
Handler.RootR
Handler.SidebarR
Handler.Utils
Hledger.Web
Hledger.Web.Main
2015-08-28 22:33:33 +03:00
Hledger.Web.WebOptions
2015-08-13 08:45:08 +03:00
Import
Settings
Settings.Development
Settings.StaticFiles
2016-08-09 17:24:41 +03:00
other-modules:
Paths_hledger_web
2015-08-13 08:45:08 +03:00
default-language: Haskell2010
2013-04-22 18:34:33 +04:00
2015-08-13 08:45:08 +03:00
executable hledger-web
main-is: main.hs
hs-source-dirs:
app
2015-08-13 21:54:25 +03:00
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
2016-05-29 10:00:59 +03:00
cpp-options: -DVERSION="0.28"
2013-05-15 02:36:44 +04:00
build-depends:
2016-08-09 17:24:41 +03:00
hledger-lib >=0.28 && <0.29
, hledger >=0.28 && <0.29
, base >=4 && <5
, base-compat >=0.8.1
2015-08-13 08:45:08 +03:00
, blaze-html
, blaze-markup
, bytestring
, clientsession
2016-08-09 17:24:41 +03:00
, cmdargs >=0.10 && <0.11
2015-08-13 08:45:08 +03:00
, data-default
, directory
, filepath
, hjsmin
, http-conduit
, http-client
, HUnit
2016-08-09 17:24:41 +03:00
, conduit-extra >=1.1
, safe >=0.2
, shakespeare >=2.0
2015-08-13 08:45:08 +03:00
, template-haskell
2016-08-09 17:24:41 +03:00
, text >=1.2 && <1.3
2015-08-13 08:45:08 +03:00
, transformers
, wai
, wai-extra
2016-08-09 17:24:41 +03:00
, wai-handler-launch >=1.3
2015-08-13 08:45:08 +03:00
, warp
, yaml
2016-08-09 17:24:41 +03:00
, yesod >=1.4 && <1.5
2015-08-13 08:45:08 +03:00
, yesod-core
, yesod-form
, yesod-static
, json
2016-08-09 17:24:41 +03:00
, parsec >=3
, hledger-web ==0.28
if flag(library-only)
buildable: False
if flag(threaded)
ghc-options: -threaded
if flag(dev)
ghc-options: -O0
if flag(dev)
cpp-options: -DDEVELOPMENT
2015-08-13 08:45:08 +03:00
if flag(old-locale)
2016-08-09 17:24:41 +03:00
build-depends:
time <1.5
, old-locale
2015-08-13 08:45:08 +03:00
else
2016-08-09 17:24:41 +03:00
build-depends:
time >=1.5
2015-08-13 08:45:08 +03:00
default-language: Haskell2010
2013-05-15 02:36:44 +04:00
test-suite test
2015-08-13 08:45:08 +03:00
type: exitcode-stdio-1.0
main-is: main.hs
2015-08-21 22:16:46 +03:00
other-modules:
HomeTest
TestImport
2015-08-13 08:45:08 +03:00
hs-source-dirs:
tests
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
2016-05-29 10:00:59 +03:00
cpp-options: -DVERSION="0.28"
2015-08-13 08:45:08 +03:00
build-depends:
2016-08-09 17:24:41 +03:00
hledger-lib >=0.28 && <0.29
, hledger >=0.28 && <0.29
, base >=4 && <5
, base-compat >=0.8.1
2015-08-13 08:45:08 +03:00
, blaze-html
, blaze-markup
, bytestring
, clientsession
2016-08-09 17:24:41 +03:00
, cmdargs >=0.10 && <0.11
2015-08-13 08:45:08 +03:00
, data-default
, directory
, filepath
, hjsmin
, http-conduit
, http-client
, HUnit
2016-08-09 17:24:41 +03:00
, conduit-extra >=1.1
, safe >=0.2
, shakespeare >=2.0
2015-08-13 08:45:08 +03:00
, template-haskell
2016-08-09 17:24:41 +03:00
, text >=1.2 && <1.3
2015-08-13 08:45:08 +03:00
, transformers
, wai
, wai-extra
2016-08-09 17:24:41 +03:00
, wai-handler-launch >=1.3
2015-08-13 08:45:08 +03:00
, warp
, yaml
2016-08-09 17:24:41 +03:00
, yesod >=1.4 && <1.5
2015-08-13 08:45:08 +03:00
, yesod-core
, yesod-form
, yesod-static
, json
, hledger-web
, hspec
, yesod-test
2015-08-21 22:16:46 +03:00
if flag(old-locale)
2016-08-09 17:24:41 +03:00
build-depends:
time <1.5
, old-locale
2015-08-21 22:16:46 +03:00
else
2016-08-09 17:24:41 +03:00
build-depends:
time >=1.5
2015-08-13 08:45:08 +03:00
default-language: Haskell2010