hbb 0.4.0.0 → 0.4.0.2
raw patch · 2 files changed
+17/−1 lines, 2 files
Files
- CHANGELOG.md +15/−0
- hbb.cabal +2/−1
+ CHANGELOG.md view
@@ -0,0 +1,15 @@++Version 0.4.0.2+---------------++ - Adding CHANGELOG.md and README.md to the cabal package.++Version 0.4.0.0+---------------+ - Vim plugin is how shipped (only for mode inline)+ - The mode inline is enabled to omit the leading 'case' if not needed.+ - Integrating the test mode apply-ttree.+ - Where clauses can now be converted to let-expressions (in mode inline and+ smart-inline). This is only done if this provides the possibility to leave+ out a leading 'case' expression.+
hbb.cabal view
@@ -9,7 +9,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.4.0.0+version: 0.4.0.2 -- A short (one-line) description of the package. synopsis: Haskell Busy Bee, a backend for text editors.@@ -46,6 +46,7 @@ cabal-version: >= 1.10 extra-source-files: README.md+ CHANGELOG.md editor-plugin/vim/hbb.vim source-repository head