mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
70 lines
2.0 KiB
Plaintext
70 lines
2.0 KiB
Plaintext
-- This file has been generated from package.yaml by hpack version 0.17.1.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: hledger-api
|
|
version: 1.4
|
|
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
|
|
license-file: LICENSE
|
|
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.1
|
|
build-type: Simple
|
|
cabal-version: >= 1.10
|
|
|
|
extra-source-files:
|
|
CHANGES
|
|
examples/01.html
|
|
examples/02.html
|
|
README
|
|
|
|
data-files:
|
|
doc/hledger-api.1
|
|
doc/hledger-api.1.info
|
|
doc/hledger-api.1.txt
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/simonmichael/hledger
|
|
|
|
executable hledger-api
|
|
main-is: hledger-api.hs
|
|
ghc-options: -threaded
|
|
cpp-options: -DVERSION="1.4"
|
|
build-depends:
|
|
hledger-lib >= 1.4 && < 1.5
|
|
, hledger >= 1.4 && < 1.5
|
|
, base >=4.8 && <5
|
|
, aeson
|
|
, bytestring
|
|
, containers
|
|
, Decimal
|
|
, docopt
|
|
, either
|
|
, microlens >=0.4 && <0.5
|
|
, microlens-platform >=0.2.3.1 && <0.4
|
|
, safe
|
|
, servant-server >= 0.10
|
|
, servant-swagger
|
|
, swagger2 >= 2.0 && < 2.2
|
|
, text
|
|
, transformers
|
|
, wai
|
|
, wai-extra
|
|
, warp
|
|
default-language: Haskell2010
|