ramus 0.1.1 → 0.1.2
raw patch · 4 files changed
+10/−4 lines, 4 files
Files
- README.md +1/−1
- library/Ramus/Signal.hs +7/−1
- package.yaml +1/−1
- ramus.cabal +1/−1
README.md view
@@ -36,7 +36,7 @@ ## API Documentation -* TODO: Add to hackage +* [Module documentation on Hackage](https://hackage.haskell.org/package/ramus) ## Usage Examples
library/Ramus/Signal.hs view
@@ -12,7 +12,13 @@ , filterMap -- , flatten -- , flattenArray - , + , (~>) + , (<~) + , (~~) + , map2 + , map3 + , map4 + , map5 ) where import Prelude hiding (filter)
package.yaml view
@@ -45,4 +45,4 @@ - -with-rtsopts=-N main: Main.hs source-dirs: test-suite -version: '0.1.1' +version: '0.1.2'
ramus.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: ramus-version: 0.1.1+version: 0.1.2 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