bluefin-contrib 0.0.16.0 → 0.2.0.0
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~bluefinPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bluefin
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- bluefin-contrib.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.16.0.0 * Add `runManyStates`, thanks to Kari Pahula
bluefin-contrib.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: bluefin-contrib-version: 0.0.16.0+version: 0.2.0.0 license: MIT license-file: LICENSE author: Tom Ellis@@ -76,6 +76,6 @@ hs-source-dirs: src build-depends: base >= 4.12 && < 4.22,- bluefin >= 0.0.16.0 && < 0.1+ bluefin >= 0.2.0.0 && < 0.3 exposed-modules: Bluefin.Contrib.State