bluefin 0.0.17.1 → 0.2.0.0
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~bluefin-internalPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bluefin-internal
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- bluefin.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,8 @@+## 0.2.0.0++* Transitive version bump because of choice of different incoherent+ instance for `:>` for better type inference.+ ## 0.0.17.1 * Documentation only, thanks to @ShilohAlleyne
bluefin.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: bluefin-version: 0.0.17.1+version: 0.2.0.0 license: MIT license-file: LICENSE author: Tom Ellis@@ -39,6 +39,6 @@ Bluefin.System.IO, Bluefin.Writer, build-depends:- bluefin-internal >= 0.1.1.0 && < 0.2+ bluefin-internal >= 0.2.0.0 && < 0.3 hs-source-dirs: src default-language: Haskell2010