hledger 0.16 → 0.16.1
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~hledger-libPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hledger-lib
API changes (from Hackage documentation)
Files
- Hledger/Cli/Version.hs +1/−1
- hledger.cabal +3/−3
Hledger/Cli/Version.hs view
@@ -20,7 +20,7 @@ -- version and PATCHLEVEL are set by the make process version :: String-version = "0.16.0"+version = "0.16.1" patchlevel :: String #ifdef PATCHLEVEL
hledger.cabal view
@@ -1,5 +1,5 @@ name: hledger-version: 0.16+version: 0.16.1 category: Finance synopsis: The main command-line interface for the hledger accounting tool. description:@@ -57,7 +57,7 @@ Hledger.Cli.Stats -- should be the same as below build-depends:- hledger-lib == 0.16+ hledger-lib == 0.16.1 ,base >= 3 && < 5 ,containers ,cmdargs >= 0.8 && < 0.9@@ -107,7 +107,7 @@ ghc-options: -threaded -W -- should be the same as above build-depends:- hledger-lib == 0.16+ hledger-lib == 0.16.1 ,base >= 3 && < 5 ,containers ,cmdargs >= 0.8 && < 0.9