name: usb-iteratee version: 0.5 cabal-version: >=1.6 build-type: Custom license: BSD3 license-file: LICENSE copyright: 2011-2012 Bas van Dijk author: Bas van Dijk maintainer: Bas van Dijk homepage: https://github.com/basvandijk/usb-iteratee bug-reports: https://github.com/basvandijk/usb-iteratee/issues stability: experimental category: System, Hardware synopsis: Iteratee enumerators for the usb package description: This packages provides @iteratee@ enumerators for the @usb@ package. extra-source-files: README.markdown, NEWS source-repository head Type: git Location: git://github.com/basvandijk/usb-iteratee.git Library GHC-Options: -Wall build-depends: base >= 4 && < 4.7 , base-unicode-symbols >= 0.1.1 && < 0.3 , bindings-libusb >= 1.3 && < 1.5 , iteratee >= 0.4 && < 0.9 , monad-control >= 0.3 && < 0.4 , usb >= 1.2 && < 1.3 , vector >= 0.5 && < 0.11 exposed-modules: System.USB.IO.Iteratee if impl(ghc>7) && !os(windows) cpp-options: -DHAS_EVENT_MANAGER