hledger/hledger-api/hledger-api.cabal

73 lines
2.1 KiB
Plaintext
Raw Normal View History

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9a4689262776b01e2b52c1aea3e473b3b94b18a79a4e5f5722bdaf48e14df1e5
name: hledger-api
2018-10-06 22:42:12 +03:00
version: 1.11.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
stability: alpha
homepage: http://hledger.org
bug-reports: http://bugs.hledger.org
author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com>
license: GPL-3
2016-01-09 19:19:19 +03:00
license-file: LICENSE
2018-07-31 11:31:52 +03:00
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3
build-type: Simple
extra-source-files:
CHANGES
README
examples/01.html
examples/02.html
hledger-api.1
hledger-api.txt
hledger-api.info
source-repository head
type: git
location: https://github.com/simonmichael/hledger
executable hledger-api
main-is: hledger-api.hs
other-modules:
Paths_hledger_api
ghc-options: -threaded
2018-10-06 22:42:12 +03:00
cpp-options: -DVERSION="1.11.99"
build-depends:
Decimal
, aeson
, base >=4.8 && <4.13
, bytestring
2016-01-10 19:58:40 +03:00
, containers
, data-default >=0.5
2016-01-10 18:09:25 +03:00
, docopt
, either
2018-10-06 22:42:12 +03:00
, hledger >=1.11.99 && <1.12
, hledger-lib >=1.11.99 && <1.12
2017-12-31 21:03:50 +03:00
, microlens >=0.4
, microlens-platform >=0.2.3.1
2016-01-10 18:09:25 +03:00
, safe
, servant-server >=0.10
, servant-swagger
2017-12-31 21:03:50 +03:00
, swagger2 >=2.0
, text
, transformers
, wai
2016-09-22 21:56:38 +03:00
, wai-extra
, warp
default-language: Haskell2010