reactivity 0.3.2.0 → 0.3.2.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- reactivity.cabal +1/−1
- src/Control/CUtils/Conc.hs +1/−1
reactivity.cabal view
@@ -1,5 +1,5 @@ Name: reactivity-Version: 0.3.2.0+Version: 0.3.2.1 Synopsis: An alternate implementation of push-pull FRP. Category: reactivity, FRP Description: An alternate implementation of push-pull FRP. This is based on the Reactive package (http://haskell.org/haskellwiki/reactive) (and the sources have been made available in accordance with the GPL [license] of that package).
src/Control/CUtils/Conc.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE Trustworthy, ScopedTypeVariables, DeriveDataTypeable, ImplicitParams #-} +{-# LANGUAGE Trustworthy, ScopedTypeVariables, DeriveDataTypeable, ImplicitParams, FlexibleInstances #-} -- | A module of concurrent higher order functions. module Control.CUtils.Conc (ExceptionList(..), ConcException(..), assocFold, Concurrent(..), concF_, concF, conc_, conc, concP, progressConcF, oneOfF, oneOf) where