;regen cabal files with latest stack's hpack (0.34.4)

This commit is contained in:
Simon Michael 2021-05-14 08:17:25 -10:00
parent 1e44371e81
commit 41c8e1f6ef
3 changed files with 16 additions and 13 deletions

View File

@ -1,10 +1,10 @@
cabal-version: 1.12 cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0. -- This file has been generated from package.yaml by hpack version 0.34.4.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 55e1569daeee2223a360ab561ce7a376bb460237eceef72c4538a794f089dc61 -- hash: 160864bb7630420ebad51737fa6cc2ad15c7010588ade43c228548cdc031af28
name: hledger-lib name: hledger-lib
version: 1.21.99 version: 1.21.99
@ -27,7 +27,8 @@ author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com> maintainer: Simon Michael <simon@joyful.com>
license: GPL-3 license: GPL-3
license-file: LICENSE license-file: LICENSE
tested-with: GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.4 tested-with:
GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
build-type: Simple build-type: Simple
extra-source-files: extra-source-files:
CHANGES.md CHANGES.md
@ -94,7 +95,7 @@ library
Text.WideString Text.WideString
Paths_hledger_lib Paths_hledger_lib
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
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
@ -142,7 +143,7 @@ test-suite doctest
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
main-is: doctests.hs main-is: doctests.hs
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
build-depends: build-depends:
@ -194,7 +195,7 @@ test-suite unittest
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
main-is: unittest.hs main-is: unittest.hs
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
build-depends: build-depends:

View File

@ -1,10 +1,10 @@
cabal-version: 1.12 cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0. -- This file has been generated from package.yaml by hpack version 0.34.4.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: a74a16d1e44d3a1ecac3438245fff30389c01571fddd83776025d15430d138b7 -- hash: 8c1c8c5d931ec21a50109a073b555ae54130cb484dd2af435be43e1ce425a83d
name: hledger-ui name: hledger-ui
version: 1.21.99 version: 1.21.99
@ -27,7 +27,8 @@ author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com> maintainer: Simon Michael <simon@joyful.com>
license: GPL-3 license: GPL-3
license-file: LICENSE license-file: LICENSE
tested-with: GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.4 tested-with:
GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
build-type: Simple build-type: Simple
extra-source-files: extra-source-files:
CHANGES.md CHANGES.md
@ -62,7 +63,7 @@ executable hledger-ui
Hledger.UI.UIUtils Hledger.UI.UIUtils
Paths_hledger_ui Paths_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.21.99" cpp-options: -DVERSION="1.21.99"
build-depends: build-depends:

View File

@ -1,10 +1,10 @@
cabal-version: 1.12 cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0. -- This file has been generated from package.yaml by hpack version 0.34.4.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 79df40fb38a55807c2cce9d07ac6383a0513bb839e4c54441463574323e77e0d -- hash: b580cd2bfbe35359927d025fded952d81bf70a65bc6bc0799201a5b36543d882
name: hledger name: hledger
version: 1.21.99 version: 1.21.99
@ -27,7 +27,8 @@ author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com> maintainer: Simon Michael <simon@joyful.com>
license: GPL-3 license: GPL-3
license-file: LICENSE license-file: LICENSE
tested-with: GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.4 tested-with:
GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
build-type: Simple build-type: Simple
extra-source-files: extra-source-files:
CHANGES.md CHANGES.md