hledger/hledger-api/package.yaml
Simon Michael 667a1d7e59 remove upper bounds on all but hledger* and base
It's rare that my deps break their api or that newer versions must be avoided,
and very common that they release new versions which I must tediously
and promptly test and release hackage revisions for or risk falling out
of stackage. Trying it this way for a bit.
2017-12-31 09:13:50 -08:00

61 lines
1.4 KiB
YAML

name: hledger-api
version: '1.4.99'
synopsis: Web API server for the hledger accounting tool
description: |
This is a simple web API server for hledger data.
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
use.
category: Finance
license: GPL-3
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
stability: alpha
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.1
extra-source-files:
- CHANGES
- README
- examples/*.html
data-files:
- hledger-api.1
- hledger-api.txt
- hledger-api.info
dependencies:
- hledger-lib >=1.4.99 && <1.5
- hledger >=1.4.99 && <1.5
- base >=4.8 && <5
- aeson
- bytestring
- containers
- Decimal
- docopt
- either
- microlens >=0.4
- microlens-platform >=0.2.3.1
- safe
- servant-server >=0.10
- servant-swagger
- swagger2 >=2.0
- text
- transformers
- wai
- wai-extra
- warp
executables:
hledger-api:
main: hledger-api.hs
ghc-options: -threaded
cpp-options: -DVERSION="1.4.99"