elerea – new releases on Hackagehttps://hackage.haskell.org/package/elereaNew releases of package 'elerea' on Hackage.http://www.rssboard.org/rss-specificationen[email protected][email protected]Sun, 19 Jun 2016 14:31:07 UTCSun, 19 Jun 2016 14:31:07 UTCrss-feedelerea-2.9.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-2.9.0https://hackage.haskell.org/package/elerea-2.9.0Sun, 19 Jun 2016 14:31:07 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2016-06-19T14:31:07Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>2.9.0 - 160618
* removed clocked variant, as it proved to be impractical
* renamed external to unsafeExternal
* introduced safe (managed) external signals
* renamed until to till to avoid name clash with the prelude
2.8.0 - 140122
* added MonadIO and MonadBase instances for SignalGen (Mitsutoshi Aoe)
2.7.0.2 - 120401
* added some inlining annotations (courtesy of Takano Akio)
2.7.0.1 - 120131
* made externalMulti thread-safe (courtesy of Takano Akio)
2.7.0 - 111223
* fixed an issue with nested signal creations not updating properly
(courtesy of Takano Akio)
* added reference implementation for the simple variant
2.6.0 - 111211
* added snapshot to all variants, which allows sampling signals within
signal generators
2.5.0 - 111122
* added SignalGen liftIO equivalent to assist library writers
* simplified the signatures of effectful* combinators
* updated Param to use the more modern codebase (like Simple and
Clocked); this was necessary to support effectful signals
* temporarily removed the static optimisation from Param
* removed dependency on mersenne-random
* removed legacy branch
2.4.0 - 111111
* added effectful signals to assist library writers
2.3.0 - 110627
* reimplemented clocked variant in a correct and more efficient way
2.2.0 - 110402
* added n-ary transfer functions
* temporarily removed transfer from the clocked variant
* revised documentation
2.1.0 - 100805
* reimplemented the parametric variant in a way that doesn't require
signals to carry the type of the parameter any more
* added the ability to extract the global input in the parametric
variant, and also to override it (input and embed, resp.)
* added until to be able to define switchers that can truly drop
references to old signals
* added debug printing capability to the simple and clocked variants
* made a note about possibly deprecating the delayed variant
2.0.0 - 100718
* moved experimental branch to the top (version 1 went into legacy
status)
* added the clocked variant
1.2.3 - 100131
* added externalMulti to handle events that can fire several times
within a superstep
* added a cache to the noise signal for safety reasons, so it lives in
SignalGen now
1.2.2 - 100115
* added noise signals and the getRandom primitive (using mersenne-random)
1.2.1 - 091204
* modified the &&@ and ||@ operators to short-circuit
1.2.0 - 091202
* added the delayed variant to the experimental branch
* renamed storeJust to (-->) in the experimental branch
1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental
cycle detection
* added some non-primitive combinators: delay, edge, comparisons,
logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-2.8.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-2.8.0https://hackage.haskell.org/package/elerea-2.8.0Sat, 22 Nov 2014 08:43:00 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2014-11-22T08:43:00Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>2.8.0 - 140122
* added MonadIO and MonadBase instances for SignalGen (Mitsutoshi Aoe)
2.7.0.2 - 120401
* added some inlining annotations (courtesy of Takano Akio)
2.7.0.1 - 120131
* made externalMulti thread-safe (courtesy of Takano Akio)
2.7.0 - 111223
* fixed an issue with nested signal creations not updating properly
(courtesy of Takano Akio)
* added reference implementation for the simple variant
2.6.0 - 111211
* added snapshot to all variants, which allows sampling signals within
signal generators
2.5.0 - 111122
* added SignalGen liftIO equivalent to assist library writers
* simplified the signatures of effectful* combinators
* updated Param to use the more modern codebase (like Simple and
Clocked); this was necessary to support effectful signals
* temporarily removed the static optimisation from Param
* removed dependency on mersenne-random
* removed legacy branch
2.4.0 - 111111
* added effectful signals to assist library writers
2.3.0 - 110627
* reimplemented clocked variant in a correct and more efficient way
2.2.0 - 110402
* added n-ary transfer functions
* temporarily removed transfer from the clocked variant
* revised documentation
2.1.0 - 100805
* reimplemented the parametric variant in a way that doesn't require
signals to carry the type of the parameter any more
* added the ability to extract the global input in the parametric
variant, and also to override it (input and embed, resp.)
* added until to be able to define switchers that can truly drop
references to old signals
* added debug printing capability to the simple and clocked variants
* made a note about possibly deprecating the delayed variant
2.0.0 - 100718
* moved experimental branch to the top (version 1 went into legacy
status)
* added the clocked variant
1.2.3 - 100131
* added externalMulti to handle events that can fire several times
within a superstep
* added a cache to the noise signal for safety reasons, so it lives in
SignalGen now
1.2.2 - 100115
* added noise signals and the getRandom primitive (using mersenne-random)
1.2.1 - 091204
* modified the &&@ and ||@ operators to short-circuit
1.2.0 - 091202
* added the delayed variant to the experimental branch
* renamed storeJust to (-->) in the experimental branch
1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental
cycle detection
* added some non-primitive combinators: delay, edge, comparisons,
logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-2.7.0.2 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-2.7.0.2https://hackage.haskell.org/package/elerea-2.7.0.2Sun, 1 Apr 2012 07:54:43 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2012-04-01T07:54:43Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>2.7.0.2 - 120401
* added some inlining annotations (courtesy of Takano Akio)
2.7.0.1 - 120131
* made externalMulti thread-safe (courtesy of Takano Akio)
2.7.0 - 111223
* fixed an issue with nested signal creations not updating properly
(courtesy of Takano Akio)
* added reference implementation for the simple variant
2.6.0 - 111211
* added snapshot to all variants, which allows sampling signals within
signal generators
2.5.0 - 111122
* added SignalGen liftIO equivalent to assist library writers
* simplified the signatures of effectful* combinators
* updated Param to use the more modern codebase (like Simple and
Clocked); this was necessary to support effectful signals
* temporarily removed the static optimisation from Param
* removed dependency on mersenne-random
* removed legacy branch
2.4.0 - 111111
* added effectful signals to assist library writers
2.3.0 - 110627
* reimplemented clocked variant in a correct and more efficient way
2.2.0 - 110402
* added n-ary transfer functions
* temporarily removed transfer from the clocked variant
* revised documentation
2.1.0 - 100805
* reimplemented the parametric variant in a way that doesn't require
signals to carry the type of the parameter any more
* added the ability to extract the global input in the parametric
variant, and also to override it (input and embed, resp.)
* added until to be able to define switchers that can truly drop
references to old signals
* added debug printing capability to the simple and clocked variants
* made a note about possibly deprecating the delayed variant
2.0.0 - 100718
* moved experimental branch to the top (version 1 went into legacy
status)
* added the clocked variant
1.2.3 - 100131
* added externalMulti to handle events that can fire several times
within a superstep
* added a cache to the noise signal for safety reasons, so it lives in
SignalGen now
1.2.2 - 100115
* added noise signals and the getRandom primitive (using mersenne-random)
1.2.1 - 091204
* modified the &&@ and ||@ operators to short-circuit
1.2.0 - 091202
* added the delayed variant to the experimental branch
* renamed storeJust to (-->) in the experimental branch
1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental
cycle detection
* added some non-primitive combinators: delay, edge, comparisons,
logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-2.7.0.1 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-2.7.0.1https://hackage.haskell.org/package/elerea-2.7.0.1Tue, 31 Jan 2012 20:32:30 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2012-01-31T20:32:30Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>2.7.0.1 - 120131
* made externalMulti thread-safe (courtesy of Takano Akio)
2.7.0 - 111223
* fixed an issue with nested signal creations not updating properly
(courtesy of Takano Akio)
* added reference implementation for the simple variant
2.6.0 - 111211
* added snapshot to all variants, which allows sampling signals within
signal generators
2.5.0 - 111122
* added SignalGen liftIO equivalent to assist library writers
* simplified the signatures of effectful* combinators
* updated Param to use the more modern codebase (like Simple and
Clocked); this was necessary to support effectful signals
* temporarily removed the static optimisation from Param
* removed dependency on mersenne-random
* removed legacy branch
2.4.0 - 111111
* added effectful signals to assist library writers
2.3.0 - 110627
* reimplemented clocked variant in a correct and more efficient way
2.2.0 - 110402
* added n-ary transfer functions
* temporarily removed transfer from the clocked variant
* revised documentation
2.1.0 - 100805
* reimplemented the parametric variant in a way that doesn't require
signals to carry the type of the parameter any more
* added the ability to extract the global input in the parametric
variant, and also to override it (input and embed, resp.)
* added until to be able to define switchers that can truly drop
references to old signals
* added debug printing capability to the simple and clocked variants
* made a note about possibly deprecating the delayed variant
2.0.0 - 100718
* moved experimental branch to the top (version 1 went into legacy
status)
* added the clocked variant
1.2.3 - 100131
* added externalMulti to handle events that can fire several times
within a superstep
* added a cache to the noise signal for safety reasons, so it lives in
SignalGen now
1.2.2 - 100115
* added noise signals and the getRandom primitive (using mersenne-random)
1.2.1 - 091204
* modified the &&@ and ||@ operators to short-circuit
1.2.0 - 091202
* added the delayed variant to the experimental branch
* renamed storeJust to (-->) in the experimental branch
1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental
cycle detection
* added some non-primitive combinators: delay, edge, comparisons,
logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-2.7.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-2.7.0https://hackage.haskell.org/package/elerea-2.7.0Fri, 23 Dec 2011 15:01:11 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2011-12-23T15:01:11Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>2.7.0 - 111223
* fixed an issue with nested signal creations not updating properly
(courtesy of Takano Akio)
* added reference implementation for the simple variant
2.6.0 - 111211
* added snapshot to all variants, which allows sampling signals within
signal generators
2.5.0 - 111122
* added SignalGen liftIO equivalent to assist library writers
* simplified the signatures of effectful* combinators
* updated Param to use the more modern codebase (like Simple and
Clocked); this was necessary to support effectful signals
* temporarily removed the static optimisation from Param
* removed dependency on mersenne-random
* removed legacy branch
2.4.0 - 111111
* added effectful signals to assist library writers
2.3.0 - 110627
* reimplemented clocked variant in a correct and more efficient way
2.2.0 - 110402
* added n-ary transfer functions
* temporarily removed transfer from the clocked variant
* revised documentation
2.1.0 - 100805
* reimplemented the parametric variant in a way that doesn't require
signals to carry the type of the parameter any more
* added the ability to extract the global input in the parametric
variant, and also to override it (input and embed, resp.)
* added until to be able to define switchers that can truly drop
references to old signals
* added debug printing capability to the simple and clocked variants
* made a note about possibly deprecating the delayed variant
2.0.0 - 100718
* moved experimental branch to the top (version 1 went into legacy
status)
* added the clocked variant
1.2.3 - 100131
* added externalMulti to handle events that can fire several times
within a superstep
* added a cache to the noise signal for safety reasons, so it lives in
SignalGen now
1.2.2 - 100115
* added noise signals and the getRandom primitive (using mersenne-random)
1.2.1 - 091204
* modified the &&@ and ||@ operators to short-circuit
1.2.0 - 091202
* added the delayed variant to the experimental branch
* renamed storeJust to (-->) in the experimental branch
1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental
cycle detection
* added some non-primitive combinators: delay, edge, comparisons,
logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-2.6.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-2.6.0https://hackage.haskell.org/package/elerea-2.6.0Sun, 11 Dec 2011 00:09:58 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2011-12-11T00:09:58Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>2.6.0 - 111211
* added snapshot to all variants, which allows sampling signals within
signal generators
2.5.0 - 111122
* added SignalGen liftIO equivalent to assist library writers
* simplified the signatures of effectful* combinators
* updated Param to use the more modern codebase (like Simple and
Clocked); this was necessary to support effectful signals
* temporarily removed the static optimisation from Param
* removed dependency on mersenne-random
* removed legacy branch
2.4.0 - 111111
* added effectful signals to assist library writers
2.3.0 - 110627
* reimplemented clocked variant in a correct and more efficient way
2.2.0 - 110402
* added n-ary transfer functions
* temporarily removed transfer from the clocked variant
* revised documentation
2.1.0 - 100805
* reimplemented the parametric variant in a way that doesn't require
signals to carry the type of the parameter any more
* added the ability to extract the global input in the parametric
variant, and also to override it (input and embed, resp.)
* added until to be able to define switchers that can truly drop
references to old signals
* added debug printing capability to the simple and clocked variants
* made a note about possibly deprecating the delayed variant
2.0.0 - 100718
* moved experimental branch to the top (version 1 went into legacy
status)
* added the clocked variant
1.2.3 - 100131
* added externalMulti to handle events that can fire several times
within a superstep
* added a cache to the noise signal for safety reasons, so it lives in
SignalGen now
1.2.2 - 100115
* added noise signals and the getRandom primitive (using mersenne-random)
1.2.1 - 091204
* modified the &&@ and ||@ operators to short-circuit
1.2.0 - 091202
* added the delayed variant to the experimental branch
* renamed storeJust to (-->) in the experimental branch
1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental
cycle detection
* added some non-primitive combinators: delay, edge, comparisons,
logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-2.5.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-2.5.0https://hackage.haskell.org/package/elerea-2.5.0Tue, 22 Nov 2011 21:01:36 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2011-11-22T21:01:36Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>2.5.0 - 111122
* added SignalGen liftIO equivalent to assist library writers
* simplified the signatures of effectful* combinators
* updated Param to use the more modern codebase (like Simple and
Clocked); this was necessary to support effectful signals
* temporarily removed the static optimisation from Param
* removed dependency on mersenne-random
* removed legacy branch
2.4.0 - 111111
* added effectful signals to assist library writers
2.3.0 - 110627
* reimplemented clocked variant in a correct and more efficient way
2.2.0 - 110402
* added n-ary transfer functions
* temporarily removed transfer from the clocked variant
* revised documentation
2.1.0 - 100805
* reimplemented the parametric variant in a way that doesn't require
signals to carry the type of the parameter any more
* added the ability to extract the global input in the parametric
variant, and also to override it (input and embed, resp.)
* added until to be able to define switchers that can truly drop
references to old signals
* added debug printing capability to the simple and clocked variants
* made a note about possibly deprecating the delayed variant
2.0.0 - 100718
* moved experimental branch to the top (version 1 went into legacy
status)
* added the clocked variant
1.2.3 - 100131
* added externalMulti to handle events that can fire several times
within a superstep
* added a cache to the noise signal for safety reasons, so it lives in
SignalGen now
1.2.2 - 100115
* added noise signals and the getRandom primitive (using mersenne-random)
1.2.1 - 091204
* modified the &&@ and ||@ operators to short-circuit
1.2.0 - 091202
* added the delayed variant to the experimental branch
* renamed storeJust to (-->) in the experimental branch
1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental
cycle detection
* added some non-primitive combinators: delay, edge, comparisons,
logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-2.4.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-2.4.0https://hackage.haskell.org/package/elerea-2.4.0Fri, 11 Nov 2011 21:25:21 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2011-11-11T21:25:21Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>2.4.0 - 111111
* added effectful signals to assist library writers
2.3.0 - 110627
* reimplemented clocked variant in a correct and more efficient way
2.2.0 - 110402
* added n-ary transfer functions
* temporarily removed transfer from the clocked variant
* revised documentation
2.1.0 - 100805
* reimplemented the parametric variant in a way that doesn't require
signals to carry the type of the parameter any more
* added the ability to extract the global input in the parametric
variant, and also to override it (input and embed, resp.)
* added until to be able to define switchers that can truly drop
references to old signals
* added debug printing capability to the simple and clocked variants
* made a note about possibly deprecating the delayed variant
2.0.0 - 100718
* moved experimental branch to the top (version 1 went into legacy
status)
* added the clocked variant
1.2.3 - 100131
* added externalMulti to handle events that can fire several times
within a superstep
* added a cache to the noise signal for safety reasons, so it lives in
SignalGen now
1.2.2 - 100115
* added noise signals and the getRandom primitive (using mersenne-random)
1.2.1 - 091204
* modified the &&@ and ||@ operators to short-circuit
1.2.0 - 091202
* added the delayed variant to the experimental branch
* renamed storeJust to (-->) in the experimental branch
1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental
cycle detection
* added some non-primitive combinators: delay, edge, comparisons,
logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-2.3.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-2.3.0https://hackage.haskell.org/package/elerea-2.3.0Sun, 6 Nov 2011 16:40:30 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2011-11-06T16:40:30Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>2.3.0 - 110627
* reimplemented clocked variant in a correct and more efficient way
2.2.0 - 110402
* added n-ary transfer functions
* temporarily removed transfer from the clocked variant
* revised documentation
2.1.0 - 100805
* reimplemented the parametric variant in a way that doesn't require
signals to carry the type of the parameter any more
* added the ability to extract the global input in the parametric
variant, and also to override it (input and embed, resp.)
* added until to be able to define switchers that can truly drop
references to old signals
* added debug printing capability to the simple and clocked variants
* made a note about possibly deprecating the delayed variant
2.0.0 - 100718
* moved experimental branch to the top (version 1 went into legacy
status)
* added the clocked variant
1.2.3 - 100131
* added externalMulti to handle events that can fire several times
within a superstep
* added a cache to the noise signal for safety reasons, so it lives in
SignalGen now
1.2.2 - 100115
* added noise signals and the getRandom primitive (using mersenne-random)
1.2.1 - 091204
* modified the &&@ and ||@ operators to short-circuit
1.2.0 - 091202
* added the delayed variant to the experimental branch
* renamed storeJust to (-->) in the experimental branch
1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental
cycle detection
* added some non-primitive combinators: delay, edge, comparisons,
logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-2.2.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-2.2.0https://hackage.haskell.org/package/elerea-2.2.0Sat, 2 Apr 2011 19:56:11 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2011-04-02T19:56:11Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>2.2.0 - 110402
* added n-ary transfer functions
* temporarily removed transfer from the clocked variant
* revised documentation
2.1.0 - 100805
* reimplemented the parametric variant in a way that doesn't require
signals to carry the type of the parameter any more
* added the ability to extract the global input in the parametric
variant, and also to override it (input and embed, resp.)
* added until to be able to define switchers that can truly drop
references to old signals
* added debug printing capability to the simple and clocked variants
* made a note about possibly deprecating the delayed variant
2.0.0 - 100718
* moved experimental branch to the top (version 1 went into legacy
status)
* added the clocked variant
1.2.3 - 100131
* added externalMulti to handle events that can fire several times
within a superstep
* added a cache to the noise signal for safety reasons, so it lives in
SignalGen now
1.2.2 - 100115
* added noise signals and the getRandom primitive (using mersenne-random)
1.2.1 - 091204
* modified the &&@ and ||@ operators to short-circuit
1.2.0 - 091202
* added the delayed variant to the experimental branch
* renamed storeJust to (-->) in the experimental branch
1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental
cycle detection
* added some non-primitive combinators: delay, edge, comparisons,
logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-2.1.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-2.1.0https://hackage.haskell.org/package/elerea-2.1.0Thu, 5 Aug 2010 21:14:38 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2010-08-05T21:14:38Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>2.1.0 - 100805
* reimplemented the parametric variant in a way that doesn't require
signals to carry the type of the parameter any more
* added the ability to extract the global input in the parametric
variant, and also to override it (input and embed, resp.)
* added until to be able to define switchers that can truly drop
references to old signals
* added debug printing capability to the simple and clocked variants
* made a note about possibly deprecating the delayed variant
2.0.0 - 100718
* moved experimental branch to the top (version 1 went into legacy
status)
* added the clocked variant
1.2.3 - 100131
* added externalMulti to handle events that can fire several times
within a superstep
* added a cache to the noise signal for safety reasons, so it lives in
SignalGen now
1.2.2 - 100115
* added noise signals and the getRandom primitive (using mersenne-random)
1.2.1 - 091204
* modified the &&@ and ||@ operators to short-circuit
1.2.0 - 091202
* added the delayed variant to the experimental branch
* renamed storeJust to (-->) in the experimental branch
1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental
cycle detection
* added some non-primitive combinators: delay, edge, comparisons,
logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-2.0.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-2.0.0https://hackage.haskell.org/package/elerea-2.0.0Sun, 18 Jul 2010 18:12:01 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2010-07-18T18:12:01Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>2.0.0 - 100718
* moved experimental branch to the top (version 1 went into legacy status)
* added the clocked version
1.2.3 - 100131
* added externalMulti to handle events that can fire several times within a superstep
* added a cache to the noise signal for safety reasons, so it lives in SignalGen now
1.2.2 - 100115
* added noise signals and the getRandom primitive (using mersenne-random)
1.2.1 - 091204
* modified the &&@ and ||@ operators to short-circuit
1.2.0 - 091202
* added the delayed version to the experimental branch
* renamed storeJust to (-->) in the experimental branch
1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental cycle detection
* added some non-primitive combinators: delay, edge, comparisons, logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-1.2.3 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-1.2.3https://hackage.haskell.org/package/elerea-1.2.3Sun, 31 Jan 2010 09:44:17 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2010-01-31T09:44:17Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>1.2.3 - 100131
* added externalMulti to handle events that can fire several times within a superstep
* added a cache to the noise signal for safety reasons, so it lives in SignalGen now
1.2.2 - 100115
* added noise signals and the getRandom primitive (using mersenne-random)
1.2.1 - 091204
* modified the &&@ and ||@ operators to short-circuit
1.2.0 - 091202
* added the delayed version to the experimental branch
* renamed storeJust to (-->) in the experimental branch
1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental cycle detection
* added some non-primitive combinators: delay, edge, comparisons, logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-1.2.2 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-1.2.2https://hackage.haskell.org/package/elerea-1.2.2Fri, 15 Jan 2010 22:38:58 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2010-01-15T22:38:58Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>1.2.2 - 100115
* added noise signals and the getRandom primitive (using mersenne-random)
1.2.1 - 091204
* modified the &&@ and ||@ operators to short-circuit
1.2.0 - 091202
* added the delayed version to the experimental branch
* renamed storeJust to (-->) in the experimental branch
1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental cycle detection
* added some non-primitive combinators: delay, edge, comparisons, logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-1.2.1 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-1.2.1https://hackage.haskell.org/package/elerea-1.2.1Fri, 4 Dec 2009 10:15:26 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2009-12-04T10:15:26Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>1.2.1 - 091204
* modified the &&@ and ||@ operators to short-circuit
1.2.0 - 091202
* added the delayed version to the experimental branch
* renamed storeJust to (-->) in the experimental branch
1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental cycle detection
* added some non-primitive combinators: delay, edge, comparisons, logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-1.2.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-1.2.0https://hackage.haskell.org/package/elerea-1.2.0Wed, 2 Dec 2009 10:55:18 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2009-12-02T10:55:18Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>1.2.0 - 091202
* added the delayed version to the experimental branch
* renamed storeJust to (-->) in the experimental branch
1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental cycle detection
* added some non-primitive combinators: delay, edge, comparisons, logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-1.1.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-1.1.0https://hackage.haskell.org/package/elerea-1.1.0Thu, 26 Nov 2009 13:04:42 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2009-11-26T13:04:42Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>1.1.0 - 091126
* added experimental branch with a cleaner semantics
1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental cycle detection
* added some non-primitive combinators: delay, edge, comparisons, logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-1.0.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-1.0.0https://hackage.haskell.org/package/elerea-1.0.0Sun, 26 Jul 2009 19:53:57 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2009-07-26T19:53:57Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>1.0.0 - 090726
* completely renewed interface by introducing the SignalMonad
0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental cycle detection
* added some non-primitive combinators: delay, edge, comparisons, logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-0.6.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-0.6.0https://hackage.haskell.org/package/elerea-0.6.0Fri, 8 May 2009 22:02:25 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2009-05-08T22:02:25Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>0.6.0 - 090507
* renamed Void to StartToken
* replaced restarter with the simpler and more versatile startTokens
0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental cycle detection
* added some non-primitive combinators: delay, edge, comparisons, logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-0.5.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-0.5.0https://hackage.haskell.org/package/elerea-0.5.0Sat, 2 May 2009 12:27:44 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2009-05-02T12:27:44Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>0.5.0 - 090502
* changed names of internal constructors to match primitives better
* added restarter and (==>)
* removed the unused type synonym Time
0.4.0 - 090501
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental cycle detection
* added some non-primitive combinators: delay, edge, comparisons, logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-0.4.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-0.4.0https://hackage.haskell.org/package/elerea-0.4.0Fri, 1 May 2009 08:29:54 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2009-05-01T08:29:54Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>0.4.0 - 0904??
* added keepAlive
* made delay a primitive
* completely separated sampling and aging
0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental cycle detection
* added some non-primitive combinators: delay, edge, comparisons, logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-0.3.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-0.3.0https://hackage.haskell.org/package/elerea-0.3.0Sun, 19 Apr 2009 12:00:42 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2009-04-19T12:00:42Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>0.3.0 - 090419
* documentation bug fixed: the latcher is not delayed
* added dot (Graphviz) converter
0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental cycle detection
* added some non-primitive combinators: delay, edge, comparisons, logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-0.2.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-0.2.0https://hackage.haskell.org/package/elerea-0.2.0Sun, 12 Apr 2009 12:52:30 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2009-04-12T12:52:30Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr /><pre>0.2.0 - 090412
* removed primitives time and stateless
* removed default delay on stateful combinators and added experimental cycle detection
* added some non-primitive combinators: delay, edge, comparisons, logic relations
* added signal instances for various numeric classes
0.1.0 - 090410
* first public version
</pre>GergelyPataielerea-0.1.0 (A minimalistic FRP library)https://hackage.haskell.org/package/elerea-0.1.0https://hackage.haskell.org/package/elerea-0.1.0Fri, 10 Apr 2009 16:24:50 UTC<dl><dt>Homepage</dt><dd><a href=""></a></dd><dt>Author</dt><dd>Patai Gergely</dd><dt>Uploaded</dt><dd>by GergelyPatai at 2009-04-10T16:24:50Z</dd><dt>Maintainer</dt><dd>Patai Gergely ([email protected])</dd></dl><hr />(No changelog found.)GergelyPatai