bluefin 0.0.4.1 → 0.0.4.2
raw patch · 3 files changed
+7/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- bluefin.cabal +1/−1
- src/Bluefin/Compound.hs +1/−1
CHANGELOG.md view
@@ -1,3 +1,8 @@+## 0.0.4.2++* Depend on `bluefin-internal >= 0.0.4.2` so that Hackage will show+ the `Handle` documentation.+ ## 0.0.4.1 * Add documentation for `Handle`
bluefin.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: bluefin-version: 0.0.4.1+version: 0.0.4.2 license: MIT license-file: LICENSE author: Tom Ellis
src/Bluefin/Compound.hs view
@@ -37,7 +37,7 @@ -- @ -- -- @- -- >>> exampeleCounter1+ -- >>> exampleCounter1 -- 3 -- @