;cabal: update cabal files
This commit is contained in:
parent
0c8582dbc7
commit
e5578e5c4e
@ -27,7 +27,7 @@ license: GPL-3
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.0.1
|
GHC==8.10.7, GHC==9.0.2, GHC==9.2.4
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGES.md
|
CHANGES.md
|
||||||
README.md
|
README.md
|
||||||
@ -103,8 +103,9 @@ library
|
|||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.11 && <4.17
|
, base >=4.14 && <4.17
|
||||||
, blaze-markup >=0.5.1
|
, blaze-markup >=0.5.1
|
||||||
|
, breakpoint
|
||||||
, bytestring
|
, bytestring
|
||||||
, call-stack
|
, call-stack
|
||||||
, cassava
|
, cassava
|
||||||
@ -112,6 +113,7 @@ library
|
|||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
, data-default >=0.5
|
, data-default >=0.5
|
||||||
|
, deepseq
|
||||||
, directory
|
, directory
|
||||||
, doclayout >=0.3 && <0.5
|
, doclayout >=0.3 && <0.5
|
||||||
, extra >=1.6.3
|
, extra >=1.6.3
|
||||||
@ -153,8 +155,9 @@ test-suite doctest
|
|||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.11 && <4.17
|
, base >=4.14 && <4.17
|
||||||
, blaze-markup >=0.5.1
|
, blaze-markup >=0.5.1
|
||||||
|
, breakpoint
|
||||||
, bytestring
|
, bytestring
|
||||||
, call-stack
|
, call-stack
|
||||||
, cassava
|
, cassava
|
||||||
@ -162,6 +165,7 @@ test-suite doctest
|
|||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
, data-default >=0.5
|
, data-default >=0.5
|
||||||
|
, deepseq
|
||||||
, directory
|
, directory
|
||||||
, doclayout >=0.3 && <0.5
|
, doclayout >=0.3 && <0.5
|
||||||
, doctest >=0.18.1
|
, doctest >=0.18.1
|
||||||
@ -206,8 +210,9 @@ test-suite unittest
|
|||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.11 && <4.17
|
, base >=4.14 && <4.17
|
||||||
, blaze-markup >=0.5.1
|
, blaze-markup >=0.5.1
|
||||||
|
, breakpoint
|
||||||
, bytestring
|
, bytestring
|
||||||
, call-stack
|
, call-stack
|
||||||
, cassava
|
, cassava
|
||||||
@ -215,6 +220,7 @@ test-suite unittest
|
|||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
, data-default >=0.5
|
, data-default >=0.5
|
||||||
|
, deepseq
|
||||||
, directory
|
, directory
|
||||||
, doclayout >=0.3 && <0.5
|
, doclayout >=0.3 && <0.5
|
||||||
, extra >=1.6.3
|
, extra >=1.6.3
|
||||||
|
|||||||
@ -27,7 +27,7 @@ license: GPL-3
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.0.1
|
GHC==8.10.7, GHC==9.0.2, GHC==9.2.4
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGES.md
|
CHANGES.md
|
||||||
README.md
|
README.md
|
||||||
@ -67,7 +67,8 @@ executable hledger-ui
|
|||||||
build-depends:
|
build-depends:
|
||||||
ansi-terminal >=0.9
|
ansi-terminal >=0.9
|
||||||
, async
|
, async
|
||||||
, base >=4.11 && <4.17
|
, base >=4.14 && <4.17
|
||||||
|
, breakpoint
|
||||||
, brick >=1.0
|
, brick >=1.0
|
||||||
, cmdargs >=0.8
|
, cmdargs >=0.8
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
|
|||||||
@ -28,7 +28,7 @@ license: GPL-3
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC==8.8.4, GHC==8.10.4, GHC==9.0.1
|
GHC==8.10.7, GHC==9.0.2, GHC==9.2.4
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGES.md
|
CHANGES.md
|
||||||
README.md
|
README.md
|
||||||
@ -155,10 +155,11 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, base >=4.11 && <4.17
|
, base >=4.14 && <4.17
|
||||||
, base64
|
, base64
|
||||||
, blaze-html
|
, blaze-html
|
||||||
, blaze-markup
|
, blaze-markup
|
||||||
|
, breakpoint
|
||||||
, bytestring
|
, bytestring
|
||||||
, case-insensitive
|
, case-insensitive
|
||||||
, clientsession
|
, clientsession
|
||||||
@ -214,7 +215,8 @@ executable hledger-web
|
|||||||
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
|
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
|
||||||
cpp-options: -DVERSION="1.26.99"
|
cpp-options: -DVERSION="1.26.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
base
|
base >=4.14 && <4.17
|
||||||
|
, breakpoint
|
||||||
, hledger-web
|
, hledger-web
|
||||||
if (flag(dev)) || (flag(library-only))
|
if (flag(dev)) || (flag(library-only))
|
||||||
cpp-options: -DDEVELOPMENT
|
cpp-options: -DDEVELOPMENT
|
||||||
@ -234,7 +236,8 @@ test-suite test
|
|||||||
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
|
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
|
||||||
cpp-options: -DVERSION="1.26.99"
|
cpp-options: -DVERSION="1.26.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
base
|
base >=4.14 && <4.17
|
||||||
|
, breakpoint
|
||||||
, hledger
|
, hledger
|
||||||
, hledger-lib
|
, hledger-lib
|
||||||
, hledger-web
|
, hledger-web
|
||||||
|
|||||||
@ -27,7 +27,7 @@ license: GPL-3
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.0.1
|
GHC==8.10.7, GHC==9.0.2, GHC==9.2.4
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGES.md
|
CHANGES.md
|
||||||
README.md
|
README.md
|
||||||
@ -140,7 +140,8 @@ library
|
|||||||
, Diff >=0.2
|
, Diff >=0.2
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.11 && <4.17
|
, base >=4.14 && <4.17
|
||||||
|
, breakpoint
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
@ -190,7 +191,8 @@ executable hledger
|
|||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.11 && <4.17
|
, base >=4.14 && <4.17
|
||||||
|
, breakpoint
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
@ -240,7 +242,8 @@ test-suite unittest
|
|||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.11 && <4.17
|
, base >=4.14 && <4.17
|
||||||
|
, breakpoint
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
@ -287,7 +290,8 @@ benchmark bench
|
|||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.11 && <4.17
|
, base >=4.14 && <4.17
|
||||||
|
, breakpoint
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user