update cabal files
This commit is contained in:
parent
6ccabe3b48
commit
956dee9682
@ -2,10 +2,10 @@
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: f1c4547b158161ac886b9e8d538a2f075ec53fb53ee4f358eceb0d6516deda8d
|
-- hash: fb76194ccf25e07379b144d9ac8eb4ae4936140b939cd8610c7c6fc6ee07f9c9
|
||||||
|
|
||||||
name: hledger-api
|
name: hledger-api
|
||||||
version: 1.4.99
|
version: 1.5
|
||||||
synopsis: Web API server for the hledger accounting tool
|
synopsis: Web API server for the hledger accounting tool
|
||||||
description: This is a simple web API server for hledger data.
|
description: This is a simple web API server for hledger data.
|
||||||
It comes with a series of simple client-side web app examples.
|
It comes with a series of simple client-side web app examples.
|
||||||
@ -46,7 +46,7 @@ source-repository head
|
|||||||
executable hledger-api
|
executable hledger-api
|
||||||
main-is: hledger-api.hs
|
main-is: hledger-api.hs
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
cpp-options: -DVERSION="1.4.99"
|
cpp-options: -DVERSION="1.5"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, aeson
|
, aeson
|
||||||
@ -55,8 +55,8 @@ executable hledger-api
|
|||||||
, containers
|
, containers
|
||||||
, docopt
|
, docopt
|
||||||
, either
|
, either
|
||||||
, hledger >=1.4.99 && <1.5
|
, hledger >=1.5 && <1.6
|
||||||
, hledger-lib >=1.4.99 && <1.5
|
, hledger-lib >=1.5 && <1.6
|
||||||
, microlens >=0.4
|
, microlens >=0.4
|
||||||
, microlens-platform >=0.2.3.1
|
, microlens-platform >=0.2.3.1
|
||||||
, safe
|
, safe
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 4c1dd5b83abbf5d331ba36857c2c00d934ef7831a5f3324d62faf20444e092f4
|
-- hash: c0497f13da483640b446c596007d9e15f8235a01f8b2ae8ffa96f89dbf59ffb7
|
||||||
|
|
||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 1.4.99
|
version: 1.5
|
||||||
synopsis: Core data types, parsers and functionality for the hledger accounting tools
|
synopsis: Core data types, parsers and functionality for the hledger accounting tools
|
||||||
description: This is a reusable library containing hledger's core functionality.
|
description: This is a reusable library containing hledger's core functionality.
|
||||||
.
|
.
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 4e841321d7ab36b067050f6e143ea20d6c8ba27b0b167faddcf4f2ae7357cfd6
|
-- hash: 0415bc39f4fbc4cec62ff37e03c0ff513b23cd4825310c799a42177cd9245f1e
|
||||||
|
|
||||||
name: hledger-ui
|
name: hledger-ui
|
||||||
version: 1.4.99
|
version: 1.5
|
||||||
synopsis: Curses-style user interface for the hledger accounting tool
|
synopsis: Curses-style user interface for the hledger accounting tool
|
||||||
description: This is hledger's curses-style interface.
|
description: This is hledger's curses-style interface.
|
||||||
It is simpler and more convenient for browsing data than the command-line interface,
|
It is simpler and more convenient for browsing data than the command-line interface,
|
||||||
@ -52,7 +52,7 @@ executable hledger-ui
|
|||||||
hs-source-dirs:
|
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
|
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.4.99"
|
cpp-options: -DVERSION="1.5"
|
||||||
build-depends:
|
build-depends:
|
||||||
HUnit
|
HUnit
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
@ -65,8 +65,8 @@ executable hledger-ui
|
|||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, fsnotify >=0.2
|
, fsnotify >=0.2
|
||||||
, hledger >=1.4.99 && <1.5
|
, hledger >=1.5 && <1.6
|
||||||
, hledger-lib >=1.4.99 && <1.5
|
, hledger-lib >=1.5 && <1.6
|
||||||
, megaparsec >=5.0
|
, megaparsec >=5.0
|
||||||
, microlens >=0.4
|
, microlens >=0.4
|
||||||
, microlens-platform >=0.2.3.1
|
, microlens-platform >=0.2.3.1
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: ba3551190ab441c8d9193501a69d9c6710b33b2abb0c71537504e8ecff271590
|
-- hash: 4b29b9e5703c56c1f7beabdcec14cf3007d6f6c6855088b8bf06da8f092b4b3d
|
||||||
|
|
||||||
name: hledger-web
|
name: hledger-web
|
||||||
version: 1.4.99
|
version: 1.5
|
||||||
synopsis: Web interface for the hledger accounting tool
|
synopsis: Web interface for the hledger accounting tool
|
||||||
description: This is hledger's web interface.
|
description: This is hledger's web interface.
|
||||||
It provides a more user-friendly and collaborative UI than the
|
It provides a more user-friendly and collaborative UI than the
|
||||||
@ -124,7 +124,7 @@ flag threaded
|
|||||||
|
|
||||||
library
|
library
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
|
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.4.99"
|
cpp-options: -DVERSION="1.5"
|
||||||
build-depends:
|
build-depends:
|
||||||
HUnit
|
HUnit
|
||||||
, base >=4.8 && <5
|
, base >=4.8 && <5
|
||||||
@ -139,8 +139,8 @@ library
|
|||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, hjsmin
|
, hjsmin
|
||||||
, hledger >=1.4.99 && <1.5
|
, hledger >=1.5 && <1.6
|
||||||
, hledger-lib >=1.4.99 && <1.5
|
, hledger-lib >=1.5 && <1.6
|
||||||
, http-client
|
, http-client
|
||||||
, http-conduit
|
, http-conduit
|
||||||
, json
|
, json
|
||||||
@ -192,7 +192,7 @@ executable hledger-web
|
|||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
app
|
app
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
|
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.4.99"
|
cpp-options: -DVERSION="1.5"
|
||||||
build-depends:
|
build-depends:
|
||||||
HUnit
|
HUnit
|
||||||
, base >=4.8 && <5
|
, base >=4.8 && <5
|
||||||
@ -207,8 +207,8 @@ executable hledger-web
|
|||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, hjsmin
|
, hjsmin
|
||||||
, hledger >=1.4.99 && <1.5
|
, hledger >=1.5 && <1.6
|
||||||
, hledger-lib >=1.4.99 && <1.5
|
, hledger-lib >=1.5 && <1.6
|
||||||
, hledger-web
|
, hledger-web
|
||||||
, http-client
|
, http-client
|
||||||
, http-conduit
|
, http-conduit
|
||||||
@ -249,7 +249,7 @@ test-suite test
|
|||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
tests
|
tests
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
|
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.4.99"
|
cpp-options: -DVERSION="1.5"
|
||||||
build-depends:
|
build-depends:
|
||||||
HUnit
|
HUnit
|
||||||
, base >=4.8 && <5
|
, base >=4.8 && <5
|
||||||
@ -264,8 +264,8 @@ test-suite test
|
|||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, hjsmin
|
, hjsmin
|
||||||
, hledger >=1.4.99 && <1.5
|
, hledger >=1.5 && <1.6
|
||||||
, hledger-lib >=1.4.99 && <1.5
|
, hledger-lib >=1.5 && <1.6
|
||||||
, hledger-web
|
, hledger-web
|
||||||
, hspec
|
, hspec
|
||||||
, http-client
|
, http-client
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: b78375f899cdebd7ba632c6a3e3eca7aaed8f668d16e24ac785c592c8091726d
|
-- hash: 8e14dbb3cafd99102e0a85bd39076ca0af4c9554f348cd6cacb0d59faf63623b
|
||||||
|
|
||||||
name: hledger
|
name: hledger
|
||||||
version: 1.4.99
|
version: 1.5
|
||||||
synopsis: Command-line interface for the hledger accounting tool
|
synopsis: Command-line interface for the hledger accounting tool
|
||||||
description: This is hledger's command-line interface.
|
description: This is hledger's command-line interface.
|
||||||
Its basic function is to read a plain text file describing
|
Its basic function is to read a plain text file describing
|
||||||
@ -77,7 +77,7 @@ flag threaded
|
|||||||
|
|
||||||
library
|
library
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
|
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.4.99"
|
cpp-options: -DVERSION="1.5"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, Diff
|
, Diff
|
||||||
@ -96,7 +96,7 @@ library
|
|||||||
, hashable >=1.2.4
|
, hashable >=1.2.4
|
||||||
, haskeline >=0.6
|
, haskeline >=0.6
|
||||||
, here
|
, here
|
||||||
, hledger-lib >=1.4.99 && <1.5
|
, hledger-lib >=1.5 && <1.6
|
||||||
, megaparsec >=5.0
|
, megaparsec >=5.0
|
||||||
, mtl
|
, mtl
|
||||||
, mtl-compat
|
, mtl-compat
|
||||||
@ -159,7 +159,7 @@ executable hledger
|
|||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
app
|
app
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
|
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.4.99"
|
cpp-options: -DVERSION="1.5"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, HUnit
|
, HUnit
|
||||||
@ -177,7 +177,7 @@ executable hledger
|
|||||||
, haskeline >=0.6
|
, haskeline >=0.6
|
||||||
, here
|
, here
|
||||||
, hledger
|
, hledger
|
||||||
, hledger-lib >=1.4.99 && <1.5
|
, hledger-lib >=1.5 && <1.6
|
||||||
, mtl
|
, mtl
|
||||||
, mtl-compat
|
, mtl-compat
|
||||||
, old-time
|
, old-time
|
||||||
@ -211,7 +211,7 @@ test-suite test
|
|||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
test
|
test
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
|
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.4.99"
|
cpp-options: -DVERSION="1.5"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, HUnit
|
, HUnit
|
||||||
@ -229,7 +229,7 @@ test-suite test
|
|||||||
, haskeline >=0.6
|
, haskeline >=0.6
|
||||||
, here
|
, here
|
||||||
, hledger
|
, hledger
|
||||||
, hledger-lib >=1.4.99 && <1.5
|
, hledger-lib >=1.5 && <1.6
|
||||||
, mtl
|
, mtl
|
||||||
, mtl-compat
|
, mtl-compat
|
||||||
, old-time
|
, old-time
|
||||||
@ -273,7 +273,7 @@ benchmark bench
|
|||||||
, filepath
|
, filepath
|
||||||
, here
|
, here
|
||||||
, hledger
|
, hledger
|
||||||
, hledger-lib >=1.4.99 && <1.5
|
, hledger-lib >=1.5 && <1.6
|
||||||
, html
|
, html
|
||||||
, pretty-show >=1.6.4
|
, pretty-show >=1.6.4
|
||||||
, process
|
, process
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user