Changelog for usb-iteratee-0.5
0.4
(Released on: Mon Sep 12 19:50:49 UTC 2011)
* Renamed package from usb-enumerator to usb-iteratee.
This makes it more clear that this package provides iteratee
enumerators instead of the enumerators from the enumerator package.
* Renamed System.USB.IO.Synchronous.Enumerator to System.USB.IO.Iteratee.
* The enumerators now use an asynchronous implementation when support
for the GHC event manager is available. This should be more
efficient.
* Support for an isochronous enumerator.
0.3
(Released on: Wed Mar 9 12:22:02 UTC 2011)
* Replaced monad-peel with monad-control
* Support iteratee-0.8.*
* Support usb-0.9
0.2.0.2
(Released on: Mon Jan 17 22:04:41 UTC 2011)
* Support iteratee-0.7 and usb-0.7
0.2.0.1
(Released on: Sat Nov 13 21:20:29 UTC 2010)
* Support iteratee-0.6.
0.2
(Released on: Sat Nov 6 15:57:38 UTC 2010)
* Released during BelHac 2010!
* Support iteratee-0.5.
* Use MonadPeelIO instead of MonadCatchIO.
0.1.0.3
(Released on: Thu Oct 21 21:41:01 UTC 2010)
* Tested with GHC-7 and base-4.3
0.1.0.2
(Released on: Sat Sep 11 14:19:49 UTC 2010)
* Support usb-0.6
0.1.0.1
(Released on: Wed Sep 1 20:12:06 UTC 2010)
* Support iteratee-0.4.*
(Both the 0.3.* and 0.4.* versions are supported)
0.1
(Released on: Mon Jul 26 05:49:04 UTC 2010)
* Initial release