tools: really regenerate the cabal files with stack's hpack
hpack has dropped the hash at last, this should help a lot to reduce edit conflicts and commit noise.
This commit is contained in:
parent
17b241eb64
commit
d3b20675d0
@ -3,8 +3,6 @@ cabal-version: 1.12
|
||||
-- This file has been generated from package.yaml by hpack version 0.34.4.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 160864bb7630420ebad51737fa6cc2ad15c7010588ade43c228548cdc031af28
|
||||
|
||||
name: hledger-lib
|
||||
version: 1.21.99
|
||||
@ -27,9 +25,9 @@ author: Simon Michael <simon@joyful.com>
|
||||
maintainer: Simon Michael <simon@joyful.com>
|
||||
license: GPL-3
|
||||
license-file: LICENSE
|
||||
build-type: Simple
|
||||
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
|
||||
extra-source-files:
|
||||
CHANGES.md
|
||||
README.md
|
||||
|
||||
@ -3,8 +3,6 @@ cabal-version: 1.12
|
||||
-- This file has been generated from package.yaml by hpack version 0.34.4.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 8c1c8c5d931ec21a50109a073b555ae54130cb484dd2af435be43e1ce425a83d
|
||||
|
||||
name: hledger-ui
|
||||
version: 1.21.99
|
||||
@ -27,9 +25,9 @@ author: Simon Michael <simon@joyful.com>
|
||||
maintainer: Simon Michael <simon@joyful.com>
|
||||
license: GPL-3
|
||||
license-file: LICENSE
|
||||
build-type: Simple
|
||||
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
|
||||
extra-source-files:
|
||||
CHANGES.md
|
||||
README.md
|
||||
|
||||
@ -1,10 +1,8 @@
|
||||
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
|
||||
--
|
||||
-- hash: aba98cf32b60adc9fb70cfbea5b4e02a9c91cf9abab526baab01f337d524e777
|
||||
|
||||
name: hledger-web
|
||||
version: 1.21.99
|
||||
@ -28,8 +26,9 @@ author: Simon Michael <simon@joyful.com>
|
||||
maintainer: Simon Michael <simon@joyful.com>
|
||||
license: GPL-3
|
||||
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
|
||||
build-type: Simple
|
||||
tested-with:
|
||||
GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
|
||||
extra-source-files:
|
||||
CHANGES.md
|
||||
README.md
|
||||
@ -150,7 +149,7 @@ library
|
||||
other-modules:
|
||||
Paths_hledger_web
|
||||
hs-source-dirs:
|
||||
./.
|
||||
./
|
||||
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
|
||||
cpp-options: -DVERSION="1.21.99"
|
||||
build-depends:
|
||||
|
||||
@ -3,8 +3,6 @@ cabal-version: 1.12
|
||||
-- This file has been generated from package.yaml by hpack version 0.34.4.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: b580cd2bfbe35359927d025fded952d81bf70a65bc6bc0799201a5b36543d882
|
||||
|
||||
name: hledger
|
||||
version: 1.21.99
|
||||
@ -27,9 +25,9 @@ author: Simon Michael <simon@joyful.com>
|
||||
maintainer: Simon Michael <simon@joyful.com>
|
||||
license: GPL-3
|
||||
license-file: LICENSE
|
||||
build-type: Simple
|
||||
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
|
||||
extra-source-files:
|
||||
CHANGES.md
|
||||
README.md
|
||||
|
||||
Loading…
Reference in New Issue
Block a user