name: usb-enumerator version: 0.2.0.1 cabal-version: >=1.6 build-type: Custom license: BSD3 license-file: LICENSE copyright: 2010 Bas van Dijk author: Bas van Dijk maintainer: Bas van Dijk stability: experimental category: System synopsis: Iteratee enumerators for the usb package description: This packages provides iteratee enumerators for the @usb@ package. source-repository head Type: darcs Location: http://code.haskell.org/~basvandijk/code/usb-enumerator Library GHC-Options: -Wall build-depends: base >= 4 && < 4.4 , base-unicode-symbols >= 0.1.1 && < 0.3 , bindings-libusb >= 1.3 && < 1.5 , iteratee >= 0.3.5 && < 0.7 , transformers >= 0.2 && < 0.3 , monad-peel >= 0.1 && < 0.2 , usb >= 0.5 && < 0.7 exposed-modules: System.USB.IO.Synchronous.Enumerator