blunt 1.0.1 → 1.0.2
raw patch · 2 files changed
+7/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- blunt.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Change log +## v1.0.2 (2015-04-14)++- Remove potentially confusing syntax in Cabal file.+- Added version constraints for faster deploys.+ ## v1.0.1 (2015-04-14) - Fixed HTML entities.
blunt.cabal view
@@ -1,5 +1,5 @@ name: blunt-version: 1.0.1+version: 1.0.2 cabal-version: >=1.10 build-type: Simple license: MIT@@ -12,7 +12,7 @@ Blunt is a web front end to the pointfree and pointful libraries. While you can install and run it locally, there's no real reason to prefer it over the @pointfree@ and @pointful@ executables. Instead, use the hosted- version: <https://blunt.herokuapp.com>.+ version at <https://blunt.herokuapp.com blunt.herokuapp.com>. category: Web extra-source-files: CHANGELOG.md