Etage 0.1.5 → 0.1.6
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- Etage.cabal +2/−2
- lib/Control/Etage/Externals.hs +1/−1
Etage.cabal view
@@ -1,5 +1,5 @@ Name: Etage-Version: 0.1.5+Version: 0.1.6 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 Mitar Milutinovic+Copyright: (c) 2010-2011 Mitar Milutinovic Category: Control, AI Build-type: Simple Cabal-version: >= 1.8
lib/Control/Etage/Externals.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE TypeFamilies, MultiParamTypeClasses, GADTs, OverlappingInstances, FlexibleInstances, FlexibleContexts, ScopedTypeVariables, TypeSynonymInstances, StandaloneDeriving, DeriveDataTypeable, NamedFieldPuns #-}+{-# LANGUAGE TypeFamilies, MultiParamTypeClasses, GADTs, OverlappingInstances, FlexibleInstances, FlexibleContexts, ScopedTypeVariables, TypeSynonymInstances, StandaloneDeriving, DeriveDataTypeable, EmptyDataDecls, NamedFieldPuns #-} module Control.Etage.Externals ( -- * 'Neuron's and 'Impulse's