hledger 0.15 → 0.15.1
raw patch · 3 files changed
+3/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Hledger/Cli/Options.hs +1/−1
- Hledger/Cli/Version.hs +1/−1
- hledger.cabal +1/−1
Hledger/Cli/Options.hs view
@@ -17,7 +17,7 @@ import System.Directory import System.Environment import Test.HUnit-import Text.Parsec+import Text.ParserCombinators.Parsec import Text.Printf import Hledger
Hledger/Cli/Version.hs view
@@ -20,7 +20,7 @@ -- version and PATCHLEVEL are set by the make process version :: String-version = "0.15.0"+version = "0.15.1" patchlevel :: String #ifdef PATCHLEVEL
hledger.cabal view
@@ -1,5 +1,5 @@ name: hledger-version: 0.15+version: 0.15.1 category: Finance synopsis: The main command-line interface for the hledger accounting tool. description: