;cabal: update cabal files
This commit is contained in:
parent
5530917129
commit
dc84d54ae1
@ -1,6 +1,6 @@
|
|||||||
cabal-version: 2.2
|
cabal-version: 2.2
|
||||||
|
|
||||||
-- This file has been generated from package.yaml by hpack version 0.38.0.
|
-- This file has been generated from package.yaml by hpack version 0.38.1.
|
||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ license: GPL-3.0-or-later
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with:
|
tested-with:
|
||||||
ghc==8.10.7, ghc==9.0.2, ghc==9.2.8, ghc==9.4.8, ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.1
|
ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.2
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGES.md
|
CHANGES.md
|
||||||
README.md
|
README.md
|
||||||
@ -130,7 +130,7 @@ library
|
|||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.14 && <4.22
|
, base >=4.18 && <4.22
|
||||||
, blaze-html
|
, blaze-html
|
||||||
, blaze-markup >=0.5.1
|
, blaze-markup >=0.5.1
|
||||||
, bytestring
|
, bytestring
|
||||||
@ -189,7 +189,7 @@ test-suite doctest
|
|||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.14 && <4.22
|
, base >=4.18 && <4.22
|
||||||
, blaze-html
|
, blaze-html
|
||||||
, blaze-markup >=0.5.1
|
, blaze-markup >=0.5.1
|
||||||
, bytestring
|
, bytestring
|
||||||
@ -251,7 +251,7 @@ test-suite unittest
|
|||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.14 && <4.22
|
, base >=4.18 && <4.22
|
||||||
, blaze-html
|
, blaze-html
|
||||||
, blaze-markup >=0.5.1
|
, blaze-markup >=0.5.1
|
||||||
, bytestring
|
, bytestring
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
cabal-version: 2.2
|
cabal-version: 2.2
|
||||||
|
|
||||||
-- This file has been generated from package.yaml by hpack version 0.38.0.
|
-- This file has been generated from package.yaml by hpack version 0.38.1.
|
||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ license: GPL-3.0-or-later
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with:
|
tested-with:
|
||||||
ghc==8.10.7, ghc==9.0.2, ghc==9.2.8, ghc==9.4.8, ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.1
|
ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.2
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGES.md
|
CHANGES.md
|
||||||
README.md
|
README.md
|
||||||
@ -78,7 +78,7 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
ansi-terminal >=0.9
|
ansi-terminal >=0.9
|
||||||
, async
|
, async
|
||||||
, base >=4.14 && <4.22
|
, base >=4.18 && <4.22
|
||||||
, brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.10
|
, brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.10
|
||||||
, cmdargs >=0.8
|
, cmdargs >=0.8
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
@ -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.43.99"
|
cpp-options: -DVERSION="1.43.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.14 && <4.22
|
base >=4.18 && <4.22
|
||||||
, hledger-ui
|
, hledger-ui
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
if (flag(debug))
|
if (flag(debug))
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
cabal-version: 2.2
|
cabal-version: 2.2
|
||||||
|
|
||||||
-- This file has been generated from package.yaml by hpack version 0.38.0.
|
-- This file has been generated from package.yaml by hpack version 0.38.1.
|
||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ license: GPL-3.0-or-later
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with:
|
tested-with:
|
||||||
ghc==8.10.7, ghc==9.0.2, ghc==9.2.8, ghc==9.4.8, ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.1
|
ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.2
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGES.md
|
CHANGES.md
|
||||||
README.md
|
README.md
|
||||||
@ -163,7 +163,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.22
|
, base >=4.18 && <4.22
|
||||||
, base64
|
, base64
|
||||||
, blaze-html
|
, blaze-html
|
||||||
, blaze-markup
|
, blaze-markup
|
||||||
@ -231,7 +231,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.43.99"
|
cpp-options: -DVERSION="1.43.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.14 && <4.22
|
base >=4.18 && <4.22
|
||||||
, hledger-web
|
, hledger-web
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
if flag(threaded)
|
if flag(threaded)
|
||||||
@ -253,7 +253,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.43.99"
|
cpp-options: -DVERSION="1.43.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.14 && <4.22
|
base >=4.18 && <4.22
|
||||||
, hledger-web
|
, hledger-web
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
if flag(threaded)
|
if flag(threaded)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
cabal-version: 2.2
|
cabal-version: 2.2
|
||||||
|
|
||||||
-- This file has been generated from package.yaml by hpack version 0.38.0.
|
-- This file has been generated from package.yaml by hpack version 0.38.1.
|
||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ license: GPL-3.0-or-later
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with:
|
tested-with:
|
||||||
ghc==8.10.7, ghc==9.0.2, ghc==9.2.8, ghc==9.4.8, ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.1
|
ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.2
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGES.md
|
CHANGES.md
|
||||||
README.md
|
README.md
|
||||||
@ -160,7 +160,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.22
|
, base >=4.18 && <4.22
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
@ -216,7 +216,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.22
|
, base >=4.18 && <4.22
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
@ -269,7 +269,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.22
|
, base >=4.18 && <4.22
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
@ -319,7 +319,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.22
|
, base >=4.18 && <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