hledger 0.27 → 0.27.1
raw patch · 2 files changed
+15/−10 lines, 2 filesdep ~hledgerdep ~hledger-libdep ~regex-tdfaPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: hledger, hledger-lib, regex-tdfa
API changes (from Hackage documentation)
- Hledger.Cli.Add: letterPairs :: [a] -> [[a]]
+ Hledger.Cli.Add: letterPairs :: [t] -> [[t]]
- Hledger.Cli.Histogram: printDayWith :: (PrintfType t, PrintfArg t1) => (t2 -> t1) -> (DateSpan, t2) -> t
+ Hledger.Cli.Histogram: printDayWith :: (PrintfType t1, PrintfArg t2) => (t -> t2) -> (DateSpan, t) -> t1
Files
- CHANGES +6/−1
- hledger.cabal +9/−9
CHANGES view
@@ -1,7 +1,12 @@ User-visible changes in hledger and hledger-lib. -0.27 (unreleased)+0.27.1 (2016/05/27)++- GHC 8 compatibility+++0.27 (2015/10/30) Account aliases:
hledger.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger-version: 0.27+version: 0.27.1 stability: stable category: Finance, Console synopsis: Command-line interface for the hledger accounting tool@@ -25,7 +25,7 @@ bug-reports: http://bugs.hledger.org cabal-version: >= 1.10 build-type: Simple-tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.2+tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.1 extra-source-files: CHANGES@@ -55,9 +55,9 @@ library 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="0.27"+ cpp-options: -DVERSION="0.27.1" build-depends:- hledger-lib == 0.27+ hledger-lib == 0.27.1 , base >= 4.3 && < 5 , base-compat >= 0.8.1 , containers@@ -129,9 +129,9 @@ ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans if flag(threaded) ghc-options: -threaded- cpp-options: -DVERSION="0.27"+ cpp-options: -DVERSION="0.27.1" build-depends:- hledger-lib == 0.27+ hledger-lib == 0.27.1 , base >= 4.3 && < 5 , base-compat >= 0.8.1 , containers@@ -154,7 +154,7 @@ , tabular >= 0.2 && < 0.3 , utf8-string >= 0.3.5 && < 1.1 , wizards == 1.0.*- , hledger == 0.27+ , hledger == 0.27.1 if impl(ghc >= 7.10) build-depends: shakespeare >= 2.0.2.2 && < 2.1@@ -182,9 +182,9 @@ 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- cpp-options: -DVERSION="0.27"+ cpp-options: -DVERSION="0.27.1" build-depends:- hledger-lib == 0.27+ hledger-lib == 0.27.1 , base >= 4.3 && < 5 , base-compat >= 0.8.1 , containers