packages feed

elerea-examples 2.0.0 → 2.0.1

raw patch · 3 files changed

+5/−6 lines, 3 files

Files

README view
@@ -1,7 +1,6 @@-Example applications for Elerea. They are factored out into their-own package so as to avoid unnecessary dependencies in the-library. Check out the @doc@ directory for the colourful literate-sources.+Example applications for Elerea. They are factored out into their own+package so as to avoid unnecessary dependencies in the library. Check+out the doc directory for the colourful literate sources.  The programs included are the following: 
elerea-examples.cabal view
@@ -1,5 +1,5 @@ Name:                elerea-examples-Version:             2.0.0+Version:             2.0.1 Cabal-Version:       >= 1.2 Synopsis:            Example applications for Elerea Category:            reactivity, FRP
src/Bounce/Vector.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies, FlexibleInstances #-}+{-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies, FlexibleInstances, TypeSynonymInstances #-}  module Vector where