reactive-banana 0.8.1.0 → 0.8.1.1
raw patch · 3 files changed
+8/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- doc/examples/Octave.hs +1/−1
- reactive-banana.cabal +3/−3
CHANGELOG.md view
@@ -1,6 +1,10 @@ Changelog for the `reactive-banana` package ------------------------------------------- +**version 0.8.1.1**++* Links to the Haskell wiki now point to the `http://wiki.haskell.org` subdomain.+ **version 0.8.1.0** * Module `Reactive.Banana.Switch` now adheres to the "Functor Applicative Monad Proposal" proposal][amp-proposal].
doc/examples/Octave.hs view
@@ -3,7 +3,7 @@ Example: "The world's worst synthesizer" from the unofficial tutorial.- <http://www.haskell.org/haskellwiki/FRP_explanation_using_reactive-banana>+ <http://wiki.haskell.org/FRP_explanation_using_reactive-banana> ------------------------------------------------------------------------------} module Main where
reactive-banana.cabal view
@@ -1,12 +1,12 @@ Name: reactive-banana-Version: 0.8.1.0+Version: 0.8.1.1 Synopsis: Library for functional reactive programming (FRP). Description: Reactive-banana is a library for Functional Reactive Programming (FRP). . FRP offers an elegant and concise way to express interactive programs such as graphical user interfaces, animations, computer music or robot controllers. It promises to avoid the spaghetti code that is all too common in traditional approaches to GUI programming. .- See the project homepage <http://haskell.org/haskellwiki/Reactive-banana>+ See the project homepage <http://wiki.haskell.org/Reactive-banana> for more detailed documentation and examples. . /Stability forecast:/@@ -22,7 +22,7 @@ Moreover, there is currently /no/ garbage collection for events that are created dynamically with @Reactive.Banana.Switch@. -Homepage: http://haskell.org/haskellwiki/Reactive-banana+Homepage: http://wiki.haskell.org/Reactive-banana License: BSD3 License-file: LICENSE Author: Heinrich Apfelmus