Etage 0.1.10 → 0.1.11
raw patch · 2 files changed
+5/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Etage.cabal +4/−4
- lib/Control/Etage/Internals.hs +1/−1
Etage.cabal view
@@ -1,5 +1,5 @@ Name: Etage-Version: 0.1.10+Version: 0.1.11 Synopsis: A general data-flow framework Description: A general data-flow framework featuring nondeterminism, laziness and neurological pseudo-terminology. It can be used for example for data-flow computations or event propagation networks. It tries hard to aide type checking and to@@ -20,7 +20,7 @@ License-file: LICENSE Author: Mitar Milutinovic Maintainer: mitar.haskell@tnode.com-Copyright: (c) 2010-2012 Mitar Milutinovic+Copyright: (c) 2010-2013 Mitar Milutinovic Category: Control, AI Build-type: Simple Cabal-version: >= 1.8@@ -54,5 +54,5 @@ GHC-options: -Wall Source-repository head- type: mercurial- location: https://bitbucket.org/mitar/etage+ type: git+ location: git://github.com/mitar/etage.git
lib/Control/Etage/Internals.hs view
@@ -129,7 +129,7 @@ type NeuronDissolved = SampleVar () type NeuronId = ThreadId -#if !(MIN_VERSION_base(4,5,0))+#if !(MIN_VERSION_base(4,4,0)) deriving instance Typeable1 SampleVar #endif