ramus 0.0.1 → 0.1.0
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- package.yaml +1/−1
- ramus.cabal +1/−1
package.yaml view
@@ -45,4 +45,4 @@ - -with-rtsopts=-N main: Main.hs source-dirs: test-suite -version: '0.0.1' +version: '0.1.0'
ramus.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: ramus-version: 0.0.1+version: 0.1.0 synopsis: Elm signal system for Haskell description: Ramus is a direct port of purescript-signal into Haskell, offering the Elm signal system for Haskell. category: Other