Yampa 0.9.6.1 → 0.9.7
raw patch · 2 files changed
+6/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG +5/−0
- Yampa.cabal +1/−1
CHANGELOG view
@@ -1,3 +1,8 @@+2015-05-05 Ivan Perez <ivan.perez@keera.co.uk>+ * src/FRP/Yampa.hs: documentation. Removes tabs.+ * README.md: links to games, related projects, documentation.+ * Yampa.cabal: version bump (0.9.7)+ 2015-03-30 Ivan Perez <ivan.perez@keera.co.uk> * src/FRP/Yampa/Task.hs: Adds Functor and Applicative instances, for compatibility with base >= 4.8 (issue #7, pull request by
Yampa.cabal view
@@ -1,5 +1,5 @@ name: Yampa-version: 0.9.6.1+version: 0.9.7 cabal-version: >= 1.6 license: BSD3 license-file: LICENSE