Cabal revisions of eventloop-0.8.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.8.1.2 +x-revision: 1 synopsis: A different take on an IO system. Based on Amanda's IO loop, this eventloop takes a function that maps input events to output events. It can easily be extended by modules that represent IO devices or join multiple modules together. description: A different take on an IO system. Based on Amanda's IO loop, this eventloop takes a function that maps input events to output events. It can easily be extended by modules that represent IO devices or join multiple modules together. Each module exists of a initialize and teardown function that are both called once at startup and shutting down. During run-time, a module can provice a preprocessor function (which transforms input events before they get to the eventloop), license: BSD3 license-file: LICENSE author: Sebastiaan la Fleur -maintainer: sebastiaan.la.fleur@gmail.com +maintainer: sebastiaan@slafleur.nl copyright: University of Twente 2015 | Sebastiaan la Fleur 2015 category: Eventloop build-type: Simple
revision 2
-- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.8.1.2 -x-revision: 1 +x-revision: 2 synopsis: A different take on an IO system. Based on Amanda's IO loop, this eventloop takes a function that maps input events to output events. It can easily be extended by modules that represent IO devices or join multiple modules together. description: A different take on an IO system. Based on Amanda's IO loop, this eventloop takes a function that maps input events to output events. It can easily be extended by modules that represent IO devices or join multiple modules together. Each module exists of a initialize and teardown function that are both called once at startup and shutting down. During run-time, a module can provice a preprocessor function (which transforms input events before they get to the eventloop), other-extensions: OverloadedStrings - build-depends: base >=4.8 && <4.9, + build-depends: base >=4.8 && <4.10, network >=2.6 && <2.7, text >=1.2 && <1.3, websockets >=0.9 && <0.10,
revision 3
-- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.8.1.2 -x-revision: 2 +x-revision: 3 synopsis: A different take on an IO system. Based on Amanda's IO loop, this eventloop takes a function that maps input events to output events. It can easily be extended by modules that represent IO devices or join multiple modules together. description: A different take on an IO system. Based on Amanda's IO loop, this eventloop takes a function that maps input events to output events. It can easily be extended by modules that represent IO devices or join multiple modules together. Each module exists of a initialize and teardown function that are both called once at startup and shutting down. During run-time, a module can provice a preprocessor function (which transforms input events before they get to the eventloop), websockets >=0.9 && <0.10, timers >=0.2 && <0.3, suspend >=0.2 && <0.3, - aeson >=0.8 && <0.9, + aeson >=0.8 && <0.12, bytestring >=0.10 && <0.11, concurrent-utilities >=0.2 && <0.3, stm >=2.4 && <2.5,