;lib, cli: don't forget to commit the cabal file

This commit is contained in:
Simon Michael 2019-09-02 12:31:06 -07:00
parent 8148136e71
commit 90e5a5f95b
2 changed files with 11 additions and 11 deletions

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 29b6dee7771d38c64240d2b8c53c8e41ed43c08e8fe2e93cbd6c531edc2a4ecd
-- hash: f27fe6795990dd3740ec4ca8e421ad8faaf22945809a16448fcf4d5ac0174165
name: hledger-lib
version: 1.15
version: 1.15.1
synopsis: Core data types, parsers and functionality for the hledger accounting tools
description: This is a reusable library containing hledger's core functionality.
.

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 9b996544825f06ba1fe409f012a89d17e383ca7d94353ac080c40937ba5ce3d5
-- hash: 2f976d13d0036cdca6fca7319fa10dcec3ffdce46769bcde5421211d23d93e7c
name: hledger
version: 1.15
version: 1.15.1
synopsis: Command-line interface for the hledger accounting tool
description: This is hledger's command-line interface.
Its basic function is to read a plain text file describing
@ -146,7 +146,7 @@ library
other-modules:
Paths_hledger
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.15"
cpp-options: -DVERSION="1.15.1"
build-depends:
Decimal
, Diff
@ -163,7 +163,7 @@ library
, filepath
, hashable >=1.2.4
, haskeline >=0.6
, hledger-lib >=1.15 && <1.16
, hledger-lib >=1.15.1 && <1.16
, lucid
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
@ -199,7 +199,7 @@ executable hledger
hs-source-dirs:
app
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.15"
cpp-options: -DVERSION="1.15.1"
build-depends:
Decimal
, ansi-terminal >=0.6.2.3
@ -215,7 +215,7 @@ executable hledger
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.15 && <1.16
, hledger-lib >=1.15.1 && <1.16
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
, mtl
@ -253,7 +253,7 @@ test-suite test
hs-source-dirs:
test
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.15"
cpp-options: -DVERSION="1.15.1"
build-depends:
Decimal
, ansi-terminal >=0.6.2.3
@ -269,7 +269,7 @@ test-suite test
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.15 && <1.16
, hledger-lib >=1.15.1 && <1.16
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
, mtl
@ -323,7 +323,7 @@ benchmark bench
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.15 && <1.16
, hledger-lib >=1.15.1 && <1.16
, html
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8