global 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+9/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- global.cabal +3/−3
CHANGELOG.md view
@@ -1,6 +1,12 @@ PLACEHOLDER ----- +0.2.0.1+-----+* Revise synopsis, because "Haskell2010 compatible" suggests that both the+ package and its dependencies don't require extensions, which is false.+ Apologies for the misinformation!+ 0.2.0.0 ----- * Support for `template-haskell-2.8.0.0`.
global.cabal view
@@ -1,6 +1,6 @@ name: global -- Don't forget to bump the tag and CHANGELOG placeholder too.-version: 0.2.0.0+version: 0.2.0.1 cabal-version: >= 1.18 build-type: Simple license: BSD3@@ -15,7 +15,7 @@ extra-doc-files: README.md ,CHANGELOG.md-synopsis: Haskell2010 compatible library enabling unique top-level declarations+synopsis: Library enabling unique top-level declarations description: The "global" library enables the declaration of unique top-level declarations, including references to mutable state accessible via IO.@@ -73,4 +73,4 @@ source-repository this type: git location: git@github.com:bairyn/global.git- tag: v0.2.0.0+ tag: v0.2.0.1