2017-03-16 02:04:26 +03:00
|
|
|
-- This file has been generated from package.yaml by hpack version 0.17.0.
|
2015-12-03 19:53:29 +03:00
|
|
|
--
|
|
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
|
|
|
|
name: hledger-api
|
2017-06-06 19:21:51 +03:00
|
|
|
version: 1.2.98
|
2015-12-03 19:53:29 +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.
|
|
|
|
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.
|
2015-12-03 19:53:29 +03:00
|
|
|
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>
|
2017-03-08 11:19:13 +03:00
|
|
|
license: GPL-3
|
2016-01-09 19:19:19 +03:00
|
|
|
license-file: LICENSE
|
2017-01-17 01:23:47 +03:00
|
|
|
tested-with: GHC==7.10.3, GHC==8.0
|
2015-12-03 19:53:29 +03:00
|
|
|
build-type: Simple
|
|
|
|
cabal-version: >= 1.10
|
|
|
|
|
|
|
|
extra-source-files:
|
|
|
|
CHANGES
|
2016-08-09 17:24:41 +03:00
|
|
|
examples/01.html
|
|
|
|
examples/02.html
|
2016-04-12 21:13:01 +03:00
|
|
|
README
|
2016-04-20 22:44:47 +03:00
|
|
|
|
|
|
|
data-files:
|
2016-04-20 23:18:53 +03:00
|
|
|
doc/hledger-api.1
|
|
|
|
doc/hledger-api.1.info
|
2016-08-09 17:24:41 +03:00
|
|
|
doc/hledger-api.1.txt
|
2015-12-03 19:53:29 +03:00
|
|
|
|
|
|
|
source-repository head
|
|
|
|
type: git
|
|
|
|
location: https://github.com/simonmichael/hledger
|
|
|
|
|
|
|
|
executable hledger-api
|
|
|
|
main-is: hledger-api.hs
|
|
|
|
ghc-options: -threaded
|
2017-06-06 19:21:51 +03:00
|
|
|
cpp-options: -DVERSION="1.2.98"
|
2015-12-03 19:53:29 +03:00
|
|
|
build-depends:
|
2017-06-06 19:21:51 +03:00
|
|
|
hledger-lib >= 1.2.98
|
|
|
|
, hledger >= 1.2.98
|
2016-11-17 00:14:02 +03:00
|
|
|
, base >=4.8 && <5
|
2016-01-10 02:22:28 +03:00
|
|
|
, aeson
|
2016-01-22 01:16:00 +03:00
|
|
|
, bytestring
|
2016-01-10 19:58:40 +03:00
|
|
|
, containers
|
2016-01-10 19:32:42 +03:00
|
|
|
, Decimal
|
2016-01-10 18:09:25 +03:00
|
|
|
, docopt
|
2016-01-10 02:22:28 +03:00
|
|
|
, either
|
2016-08-09 17:24:41 +03:00
|
|
|
, microlens >=0.4 && <0.5
|
|
|
|
, microlens-platform >=0.2.3.1 && <0.4
|
2016-01-10 18:09:25 +03:00
|
|
|
, safe
|
2016-01-10 02:22:28 +03:00
|
|
|
, servant-server
|
2016-01-22 01:16:00 +03:00
|
|
|
, servant-swagger
|
|
|
|
, swagger2
|
2016-01-10 02:22:28 +03:00
|
|
|
, text
|
|
|
|
, transformers
|
|
|
|
, wai
|
2016-09-22 21:56:38 +03:00
|
|
|
, wai-extra
|
2016-01-10 02:22:28 +03:00
|
|
|
, warp
|
2015-12-03 19:53:29 +03:00
|
|
|
default-language: Haskell2010
|