update cabal files

This commit is contained in:
Simon Michael 2018-03-31 18:28:09 +01:00
parent 2db2010e40
commit 6ebb1fb061
5 changed files with 32 additions and 32 deletions

View File

@ -2,10 +2,10 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: c30ba28c4fb8d8763b4cb710dc6aa957af07ff28f34e9605997b798d33ad7e18
-- hash: f3634e33165cee47d5e654d9261a1c38195c0466a0c52c659e5833033a73416a
name: hledger-api
version: 1.5.99
version: 1.9
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.
@ -44,7 +44,7 @@ source-repository head
executable hledger-api
main-is: hledger-api.hs
ghc-options: -threaded
cpp-options: -DVERSION="1.5.99"
cpp-options: -DVERSION="1.9"
build-depends:
Decimal
, aeson
@ -53,8 +53,8 @@ executable hledger-api
, containers
, docopt
, either
, hledger >=1.5.99 && <1.6
, hledger-lib >=1.5.99 && <1.6
, hledger >=1.9 && <2.0
, hledger-lib >=1.9 && <2.0
, microlens >=0.4
, microlens-platform >=0.2.3.1
, safe

View File

@ -2,10 +2,10 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: 21873c0ac1e00f2a6e66acd45ea6227985b0af5b1e586bbffb54404c3384bb93
-- hash: 151fb38a89818af88d66f068ef87e0af6f8497b1ef11ab825558b8147952c88d
name: hledger-lib
version: 1.5.99
version: 1.9
synopsis: Core data types, parsers and functionality for the hledger accounting tools
description: This is a reusable library containing hledger's core functionality.
.

View File

@ -2,10 +2,10 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: aeeb8e437253815b541ebabaa1d968a0f58b3860e9b33c92639bb8ad87652c44
-- hash: cea777a487df72770055345666488fc9985b6adfc88526e59c3a6867e4768811
name: hledger-ui
version: 1.5.99
version: 1.9
synopsis: Curses-style user interface for the hledger accounting tool
description: This is hledger's curses-style interface.
It is simpler and more convenient for browsing data than the command-line interface,
@ -50,7 +50,7 @@ executable hledger-ui
hs-source-dirs:
./.
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
cpp-options: -DVERSION="1.5.99"
cpp-options: -DVERSION="1.9"
build-depends:
HUnit
, ansi-terminal >=0.6.2.3
@ -63,8 +63,8 @@ executable hledger-ui
, directory
, filepath
, fsnotify >=0.2
, hledger >=1.5.99 && <1.6
, hledger-lib >=1.5.99 && <1.6
, hledger >=1.9 && <2.0
, hledger-lib >=1.9 && <2.0
, megaparsec >=5.0
, microlens >=0.4
, microlens-platform >=0.2.3.1

View File

@ -2,10 +2,10 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: 6ac6cd9a90e98fd627995426fa393603f35dca08c92fc04aa7d07a9265925172
-- hash: 9bcbee0a35b7edb9342cc7f08113385a491beb872a21b2f157a65106c4dea4dd
name: hledger-web
version: 1.5.99
version: 1.9
synopsis: Web interface for the hledger accounting tool
description: This is hledger's web interface.
It provides a more user-friendly and collaborative UI than the
@ -122,7 +122,7 @@ flag threaded
library
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
cpp-options: -DVERSION="1.5.99"
cpp-options: -DVERSION="1.9"
build-depends:
HUnit
, base >=4.8 && <4.12
@ -137,8 +137,8 @@ library
, directory
, filepath
, hjsmin
, hledger >=1.5.99 && <1.6
, hledger-lib >=1.5.99 && <1.6
, hledger >=1.9 && <2.0
, hledger-lib >=1.9 && <2.0
, http-client
, http-conduit
, json
@ -190,7 +190,7 @@ executable hledger-web
hs-source-dirs:
app
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
cpp-options: -DVERSION="1.5.99"
cpp-options: -DVERSION="1.9"
build-depends:
HUnit
, base >=4.8 && <4.12
@ -205,8 +205,8 @@ executable hledger-web
, directory
, filepath
, hjsmin
, hledger >=1.5.99 && <1.6
, hledger-lib >=1.5.99 && <1.6
, hledger >=1.9 && <2.0
, hledger-lib >=1.9 && <2.0
, hledger-web
, http-client
, http-conduit
@ -247,7 +247,7 @@ test-suite test
hs-source-dirs:
tests
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
cpp-options: -DVERSION="1.5.99"
cpp-options: -DVERSION="1.9"
build-depends:
HUnit
, base >=4.8 && <4.12
@ -262,8 +262,8 @@ test-suite test
, directory
, filepath
, hjsmin
, hledger >=1.5.99 && <1.6
, hledger-lib >=1.5.99 && <1.6
, hledger >=1.9 && <2.0
, hledger-lib >=1.9 && <2.0
, hledger-web
, hspec
, http-client

View File

@ -2,10 +2,10 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: 55fabc3fc9d798a398158f5c654864f700cf79ce83c0ae8fc2af05f2b545a9dd
-- hash: 99eb38f5627e64b90fe33622dba3444cfb4f1d57f69c12b19731fb061f2b896a
name: hledger
version: 1.5.99
version: 1.9
synopsis: Command-line interface for the hledger accounting tool
description: This is hledger's command-line interface.
Its basic function is to read a plain text file describing
@ -78,7 +78,7 @@ flag threaded
library
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.5.99"
cpp-options: -DVERSION="1.9"
build-depends:
Decimal
, Diff
@ -97,7 +97,7 @@ library
, hashable >=1.2.4
, haskeline >=0.6
, here
, hledger-lib >=1.5.99 && <1.6
, hledger-lib >=1.9 && <2.0
, lucid
, megaparsec >=5.0
, mtl
@ -161,7 +161,7 @@ executable hledger
hs-source-dirs:
app
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.5.99"
cpp-options: -DVERSION="1.9"
build-depends:
Decimal
, HUnit
@ -179,7 +179,7 @@ executable hledger
, haskeline >=0.6
, here
, hledger
, hledger-lib >=1.5.99 && <1.6
, hledger-lib >=1.9 && <2.0
, mtl
, mtl-compat
, old-time
@ -213,7 +213,7 @@ test-suite test
hs-source-dirs:
test
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.5.99"
cpp-options: -DVERSION="1.9"
build-depends:
Decimal
, HUnit
@ -231,7 +231,7 @@ test-suite test
, haskeline >=0.6
, here
, hledger
, hledger-lib >=1.5.99 && <1.6
, hledger-lib >=1.9 && <2.0
, mtl
, mtl-compat
, old-time
@ -275,7 +275,7 @@ benchmark bench
, filepath
, here
, hledger
, hledger-lib >=1.5.99 && <1.6
, hledger-lib >=1.9 && <2.0
, html
, pretty-show >=1.6.4
, process