Skip to content

Commit

Permalink
Allow hledger-lib 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
hpdeifel committed Jun 4, 2020
1 parent a965af4 commit b0bf5df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# NEXT RELEASE

- bugfix: Fix check for balanced transactions in the presence of commodities.
- dependencies: Fix build with hledger-lib-1.18

# 1.3.10 [2020-01-14]

Expand Down
6 changes: 3 additions & 3 deletions hledger-iadd.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ library
, Data.Time.Ext
default-language: Haskell2010
build-depends: base >= 4.9 && < 5
, hledger-lib >= 1.14 && < 1.18
, hledger-lib >= 1.14 && < 1.19
, brick >= 0.27
, vty >= 5.4
, text
Expand All @@ -88,7 +88,7 @@ executable hledger-iadd
default-language: Haskell2010
build-depends: base >= 4.9 && < 5
, hledger-iadd
, hledger-lib >= 1.14 && < 1.18
, hledger-lib >= 1.14 && < 1.19
, brick >= 0.27
, vty >= 5.4
, text
Expand Down Expand Up @@ -116,7 +116,7 @@ test-suite spec
default-language: Haskell2010
build-depends: base >= 4.9 && < 5
, hledger-iadd
, hledger-lib >= 1.14 && < 1.18
, hledger-lib >= 1.14 && < 1.19
, text
, transformers >= 0.3
, time >= 1.5
Expand Down

0 comments on commit b0bf5df

Please sign in to comment.