-- Initial usb-hid.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: usb-hid version: 0.1.0.0 synopsis: Parser and request Library for USB HIDs -- description: homepage: https://github.com/mapinguari/usb-hid license: BSD3 license-file: LICENSE author: Paul Bennett maintainer: paul.mic.bennett@gmail.com -- copyright: category: System build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: System.USB.HID.Parsers, System.USB.HID.Requests, System.USB.HID.Descriptor -- other-modules: other-extensions: DeriveGeneric, AutoDeriveTypeable build-depends: base >=4.7 && <4.8, attoparsec >=0.12 && <0.13, bytestring >=0.10 && <0.11, usb >=1.3 && <1.4 -- hs-source-dirs: default-language: Haskell2010