packages feed

hledger 0.23.1 → 0.23.2

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~hledger-libPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hledger-lib

API changes (from Hackage documentation)

Files

CHANGES view
@@ -1,3 +1,7 @@+0.23.2 (2014/5/8)++- register: also fix date sorting of postings (#184)+ 0.23.1 (2014/5/7)  - register: fix a refactoring-related regression that the tests
hledger.cabal view
@@ -1,5 +1,5 @@ name:           hledger-version: 0.23.1+version: 0.23.2 stability:      stable category:       Finance, Console synopsis:       The main command-line interface for the hledger accounting tool.@@ -42,7 +42,7 @@     Default:       True  library-  cpp-options:    -DVERSION="0.23.1"+  cpp-options:    -DVERSION="0.23.2"   ghc-options:    -W   default-language: Haskell2010   -- should be the same as below@@ -65,7 +65,7 @@                   Hledger.Cli.Stats   -- should be the same as below   build-depends:-                  hledger-lib == 0.23.1+                  hledger-lib == 0.23.2                  ,base >= 4.3 && < 5                  -- ,cabal-file-th                  ,containers@@ -128,14 +128,14 @@                   Hledger.Cli.Print                   Hledger.Cli.Register                   Hledger.Cli.Stats-  cpp-options:    -DVERSION="0.23.1"+  cpp-options:    -DVERSION="0.23.2"   ghc-options:    -W   if flag(threaded)        ghc-options:   -threaded  -- should be the same as above   default-language: Haskell2010   build-depends:-                  hledger-lib == 0.23.1+                  hledger-lib == 0.23.2                  ,base >= 4.3 && < 5                  ,containers                  ,cmdargs >= 0.10 && < 0.11