;cabal: update cabal files
This commit is contained in:
parent
ee3b6c29ce
commit
9b6d3da677
@ -128,7 +128,7 @@ library
|
|||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.14 && <4.21
|
, base >=4.14 && <4.22
|
||||||
, blaze-html
|
, blaze-html
|
||||||
, blaze-markup >=0.5.1
|
, blaze-markup >=0.5.1
|
||||||
, bytestring
|
, bytestring
|
||||||
@ -186,7 +186,7 @@ test-suite doctest
|
|||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.14 && <4.21
|
, base >=4.14 && <4.22
|
||||||
, blaze-html
|
, blaze-html
|
||||||
, blaze-markup >=0.5.1
|
, blaze-markup >=0.5.1
|
||||||
, bytestring
|
, bytestring
|
||||||
@ -247,7 +247,7 @@ test-suite unittest
|
|||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.14 && <4.21
|
, base >=4.14 && <4.22
|
||||||
, blaze-html
|
, blaze-html
|
||||||
, blaze-markup >=0.5.1
|
, blaze-markup >=0.5.1
|
||||||
, bytestring
|
, bytestring
|
||||||
|
|||||||
@ -78,7 +78,7 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
ansi-terminal >=0.9
|
ansi-terminal >=0.9
|
||||||
, async
|
, async
|
||||||
, base >=4.14 && <4.21
|
, base >=4.14 && <4.22
|
||||||
, brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.9
|
, brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.9
|
||||||
, cmdargs >=0.8
|
, cmdargs >=0.8
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
@ -87,7 +87,7 @@ library
|
|||||||
, doclayout >=0.3 && <0.6
|
, doclayout >=0.3 && <0.6
|
||||||
, extra >=1.7.11
|
, extra >=1.7.11
|
||||||
, filepath
|
, filepath
|
||||||
, fsnotify ==0.4.*
|
, fsnotify >=0.4.2.0 && <0.5
|
||||||
, githash >=0.1.6.2
|
, githash >=0.1.6.2
|
||||||
, hledger >=1.42.99 && <1.43
|
, hledger >=1.42.99 && <1.43
|
||||||
, hledger-lib >=1.42.99 && <1.43
|
, hledger-lib >=1.42.99 && <1.43
|
||||||
@ -126,7 +126,7 @@ executable hledger-ui
|
|||||||
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -with-rtsopts=-T
|
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -with-rtsopts=-T
|
||||||
cpp-options: -DVERSION="1.42.99"
|
cpp-options: -DVERSION="1.42.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.14 && <4.21
|
base >=4.14 && <4.22
|
||||||
, hledger-ui
|
, hledger-ui
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
if (flag(debug))
|
if (flag(debug))
|
||||||
|
|||||||
@ -162,7 +162,7 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1 && <2.3
|
, aeson >=1 && <2.3
|
||||||
, base >=4.14 && <4.21
|
, base >=4.14 && <4.22
|
||||||
, base64
|
, base64
|
||||||
, blaze-html
|
, blaze-html
|
||||||
, blaze-markup
|
, blaze-markup
|
||||||
@ -229,7 +229,7 @@ executable hledger-web
|
|||||||
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -with-rtsopts=-T
|
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -with-rtsopts=-T
|
||||||
cpp-options: -DVERSION="1.42.99"
|
cpp-options: -DVERSION="1.42.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.14 && <4.21
|
base >=4.14 && <4.22
|
||||||
, hledger-web
|
, hledger-web
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
if flag(threaded)
|
if flag(threaded)
|
||||||
@ -251,7 +251,7 @@ 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.42.99"
|
cpp-options: -DVERSION="1.42.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.14 && <4.21
|
base >=4.14 && <4.22
|
||||||
, hledger-web
|
, hledger-web
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
if flag(threaded)
|
if flag(threaded)
|
||||||
|
|||||||
@ -158,7 +158,7 @@ library
|
|||||||
, Diff >=0.2
|
, Diff >=0.2
|
||||||
, aeson >=1 && <2.3
|
, aeson >=1 && <2.3
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.14 && <4.21
|
, base >=4.14 && <4.22
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
@ -211,7 +211,7 @@ executable hledger
|
|||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1 && <2.3
|
, aeson >=1 && <2.3
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.14 && <4.21
|
, base >=4.14 && <4.22
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
@ -261,7 +261,7 @@ test-suite unittest
|
|||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1 && <2.3
|
, aeson >=1 && <2.3
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.14 && <4.21
|
, base >=4.14 && <4.22
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
@ -308,7 +308,7 @@ benchmark bench
|
|||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1 && <2.3
|
, aeson >=1 && <2.3
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.14 && <4.21
|
, base >=4.14 && <4.22
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user