packages feed

hledger-web 1.3.1 → 1.3.2

raw patch · 2 files changed

+11/−5 lines, 2 filesdep ~hledger-webdep ~megaparsecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hledger-web, megaparsec

API changes (from Hackage documentation)

Files

CHANGES view
@@ -2,6 +2,11 @@ See also the hledger and the project change logs.  +# 1.3.2 (2017/8/25)++* remove unnecessary bound to satisfy hackage server++ # 1.3.1 (2017/8/25)  * allow megaparsec 6 (#594, Simon Michael, Hans-Peter Deifel)
hledger-web.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           hledger-web-version:        1.3.1+version:        1.3.2 synopsis:       Web interface for the hledger accounting tool description:    This is hledger's web interface.                 It provides a more user-friendly and collaborative UI than the@@ -125,7 +125,7 @@  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="1.3.1"+  cpp-options: -DVERSION="1.3.2"   build-depends:       hledger-lib >= 1.3.1 && < 1.4     , hledger >= 1.3.1 && < 1.4@@ -199,7 +199,7 @@   hs-source-dirs:       app   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="1.3.1"+  cpp-options: -DVERSION="1.3.2"   build-depends:       hledger-lib >= 1.3.1 && < 1.4     , hledger >= 1.3.1 && < 1.4@@ -234,7 +234,7 @@     , yesod-static     , json     , parsec >=3-    , hledger-web == 1.3.1+    , hledger-web   if flag(library-only)     buildable: False   if flag(threaded)@@ -261,7 +261,7 @@   hs-source-dirs:       tests   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="1.3.1"+  cpp-options: -DVERSION="1.3.2"   build-depends:       hledger-lib >= 1.3.1 && < 1.4     , hledger >= 1.3.1 && < 1.4@@ -295,6 +295,7 @@     , yesod-form     , yesod-static     , json+    , hledger-web     , hspec     , yesod-test   if flag(oldtime)