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.
|
-- 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: 160864bb7630420ebad51737fa6cc2ad15c7010588ade43c228548cdc031af28
|
|
||||||
|
|
||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 1.21.99
|
version: 1.21.99
|
||||||
@ -27,9 +25,9 @@ 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
|
||||||
|
build-type: Simple
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
|
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:
|
extra-source-files:
|
||||||
CHANGES.md
|
CHANGES.md
|
||||||
README.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.
|
-- 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: 8c1c8c5d931ec21a50109a073b555ae54130cb484dd2af435be43e1ce425a83d
|
|
||||||
|
|
||||||
name: hledger-ui
|
name: hledger-ui
|
||||||
version: 1.21.99
|
version: 1.21.99
|
||||||
@ -27,9 +25,9 @@ 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
|
||||||
|
build-type: Simple
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
|
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:
|
extra-source-files:
|
||||||
CHANGES.md
|
CHANGES.md
|
||||||
README.md
|
README.md
|
||||||
|
|||||||
@ -1,10 +1,8 @@
|
|||||||
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: aba98cf32b60adc9fb70cfbea5b4e02a9c91cf9abab526baab01f337d524e777
|
|
||||||
|
|
||||||
name: hledger-web
|
name: hledger-web
|
||||||
version: 1.21.99
|
version: 1.21.99
|
||||||
@ -28,8 +26,9 @@ 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
|
|
||||||
build-type: Simple
|
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:
|
extra-source-files:
|
||||||
CHANGES.md
|
CHANGES.md
|
||||||
README.md
|
README.md
|
||||||
@ -150,7 +149,7 @@ library
|
|||||||
other-modules:
|
other-modules:
|
||||||
Paths_hledger_web
|
Paths_hledger_web
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
./.
|
./
|
||||||
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
|
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
|
||||||
cpp-options: -DVERSION="1.21.99"
|
cpp-options: -DVERSION="1.21.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
|
|||||||
@ -3,8 +3,6 @@ cabal-version: 1.12
|
|||||||
-- This file has been generated from package.yaml by hpack version 0.34.4.
|
-- 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: b580cd2bfbe35359927d025fded952d81bf70a65bc6bc0799201a5b36543d882
|
|
||||||
|
|
||||||
name: hledger
|
name: hledger
|
||||||
version: 1.21.99
|
version: 1.21.99
|
||||||
@ -27,9 +25,9 @@ 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
|
||||||
|
build-type: Simple
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
|
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:
|
extra-source-files:
|
||||||
CHANGES.md
|
CHANGES.md
|
||||||
README.md
|
README.md
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user