hledger-web 1.0 → 1.0.1
raw patch · 2 files changed
+20/−15 lines, 2 filesdep ~hledgerdep ~hledger-libdep ~hledger-webPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hledger, hledger-lib, hledger-web, megaparsec
API changes (from Hackage documentation)
Files
- CHANGES +8/−3
- hledger-web.cabal +12/−12
CHANGES view
@@ -1,11 +1,18 @@ User-visible changes in hledger-web.-See also hledger's change log.+See also the hledger and the project change logs. +# 1.0.1 (2016/10/27)++- allow megaparsec 5.0 or 5.1++ # 1.0 (2016/10/26) ## ui +- use full width on large screens, hide sidebar on small screens, more standard bootstrap styling (#418, #422) (Dominik Süß)+ - show the sidebar by default (#310) - fix the add link's tooltip@@ -19,8 +26,6 @@ - after following a link to a transaction, highlight it (Thomas R. Koll) - misc. HTML/CSS/file cleanups/fixes (Thomas R. Koll)--- added .btn-default for consistent button styling across browsers (#418) (Dominik Süß) ## misc
hledger-web.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger-web-version: 1.0+version: 1.0.1 stability: stable category: Finance synopsis: Web interface for the hledger accounting tool@@ -125,10 +125,10 @@ 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.0"+ cpp-options: -DVERSION="1.0.1" build-depends:- hledger-lib >= 1.0 && < 1.1- , hledger >= 1.0 && < 1.1+ hledger-lib >= 1.0.1+ , hledger >= 1.0.1 , base >=4 && <5 , base-compat >=0.8.1 , blaze-html@@ -159,7 +159,7 @@ , yesod-form , yesod-static , json- , megaparsec >=5 && < 5.1+ , megaparsec >=5.0 && < 5.2 , mtl if (flag(dev)) || (flag(library-only)) cpp-options: -DDEVELOPMENT@@ -199,10 +199,10 @@ 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.0"+ cpp-options: -DVERSION="1.0.1" build-depends:- hledger-lib >= 1.0 && < 1.1- , hledger >= 1.0 && < 1.1+ hledger-lib >= 1.0.1+ , hledger >= 1.0.1 , base >=4 && <5 , base-compat >=0.8.1 , blaze-html@@ -234,7 +234,7 @@ , yesod-static , json , parsec >=3- , hledger-web == 1.0+ , hledger-web == 1.0.1 if flag(library-only) buildable: False if flag(threaded)@@ -264,10 +264,10 @@ 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.0"+ cpp-options: -DVERSION="1.0.1" build-depends:- hledger-lib >= 1.0 && < 1.1- , hledger >= 1.0 && < 1.1+ hledger-lib >= 1.0.1+ , hledger >= 1.0.1 , base >=4 && <5 , base-compat >=0.8.1 , blaze-html