2016-08-09 17:24:41 +03:00
|
|
|
name: hledger-api
|
2018-04-04 17:26:56 +03:00
|
|
|
version: '1.9.99'
|
2016-08-09 17:24:41 +03:00
|
|
|
synopsis: Web API server for the hledger accounting tool
|
2016-08-09 21:27:00 +03:00
|
|
|
description: |
|
|
|
|
This is a simple web API server for hledger data.
|
2016-08-09 17:24:41 +03:00
|
|
|
It comes with a series of simple client-side web app examples.
|
|
|
|
|
|
|
|
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
|
2016-08-09 21:27:00 +03:00
|
|
|
use.
|
2016-08-09 17:24:41 +03:00
|
|
|
category: Finance
|
2017-03-08 11:19:13 +03:00
|
|
|
license: GPL-3
|
2016-08-09 17:24:41 +03:00
|
|
|
author: Simon Michael <simon@joyful.com>
|
|
|
|
maintainer: Simon Michael <simon@joyful.com>
|
|
|
|
github: simonmichael/hledger
|
|
|
|
homepage: http://hledger.org
|
|
|
|
bug-reports: http://bugs.hledger.org
|
2017-08-26 02:31:54 +03:00
|
|
|
stability: alpha
|
2018-04-20 06:49:08 +03:00
|
|
|
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.1
|
2017-08-26 02:31:54 +03:00
|
|
|
|
2016-08-09 17:24:41 +03:00
|
|
|
extra-source-files:
|
|
|
|
- CHANGES
|
|
|
|
- README
|
|
|
|
- examples/*.html
|
2017-12-07 05:45:01 +03:00
|
|
|
- hledger-api.1
|
|
|
|
- hledger-api.txt
|
|
|
|
- hledger-api.info
|
2017-08-26 02:31:54 +03:00
|
|
|
|
2018-01-26 22:49:26 +03:00
|
|
|
#data-files:
|
|
|
|
|
2016-08-09 17:24:41 +03:00
|
|
|
dependencies:
|
2018-04-04 17:26:56 +03:00
|
|
|
- hledger-lib >=1.9.99 && <2.0
|
|
|
|
- hledger >=1.9.99 && <2.0
|
2018-03-22 19:43:40 +03:00
|
|
|
- base >=4.8 && <4.12
|
2016-08-09 17:24:41 +03:00
|
|
|
- aeson
|
|
|
|
- bytestring
|
|
|
|
- containers
|
2018-04-17 00:47:04 +03:00
|
|
|
- data-default >=0.5
|
2016-08-09 17:24:41 +03:00
|
|
|
- Decimal
|
|
|
|
- docopt
|
|
|
|
- either
|
2017-12-31 20:13:50 +03:00
|
|
|
- microlens >=0.4
|
|
|
|
- microlens-platform >=0.2.3.1
|
2016-08-09 17:24:41 +03:00
|
|
|
- safe
|
2017-12-31 20:05:39 +03:00
|
|
|
- servant-server >=0.10
|
2016-08-09 17:24:41 +03:00
|
|
|
- servant-swagger
|
2017-12-31 20:13:50 +03:00
|
|
|
- swagger2 >=2.0
|
2016-08-09 17:24:41 +03:00
|
|
|
- text
|
|
|
|
- transformers
|
|
|
|
- wai
|
2016-09-22 21:56:38 +03:00
|
|
|
- wai-extra
|
2016-08-09 17:24:41 +03:00
|
|
|
- warp
|
2017-08-26 02:31:54 +03:00
|
|
|
|
2016-08-09 17:24:41 +03:00
|
|
|
executables:
|
|
|
|
hledger-api:
|
|
|
|
main: hledger-api.hs
|
|
|
|
ghc-options: -threaded
|
2018-04-04 17:26:56 +03:00
|
|
|
cpp-options: -DVERSION="1.9.99"
|