rhine 0.8.0.0 → 0.8.0.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +1/−1
- rhine.cabal +2/−2
ChangeLog.md view
@@ -11,7 +11,7 @@ * Updated to `dunai-0.8` * Added functions to pre-/post-compose SNs and Rhines with ClSFs * Added flake & stack support on CI.- Thank you, Miguel Negrão and Jun Matsuhita!+ Thank you, Miguel Negrão and Jun Matsushita! ## 0.7.0
rhine.cabal view
@@ -1,6 +1,6 @@ name: rhine -version: 0.8.0.0+version: 0.8.0.1 synopsis: Functional Reactive Programming with type-level clocks @@ -46,7 +46,7 @@ source-repository this type: git location: git@github.com:turion/rhine.git- tag: v0.8.0.0+ tag: v0.8.0.1 library