-- Initial streamdeck.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: streamdeck version: 0.0.3 synopsis: Control library for the Elgato Stream Deck description: Support (via System.HIDAPI) for Elgato Stream Deck hardware homepage: https://github.com/wuest/haskell-streamdeck bug-reports: https://github.com/wuest/haskell-streamdeck/issues license: BSD3 license-file: LICENSE author: Tina Wuest maintainer: tina@wuest.me category: Hardware build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 source-repository head type: git location: https://github.com/wuest/haskell-streamdeck.git library ghc-options: -static -Wall -fwarn-implicit-prelude -fwarn-monomorphism-restriction hs-source-dirs: src default-language: Haskell2010 exposed-modules: System.Hardware.Streamdeck build-depends: base >= 4.9 && < 4.12 , hidapi >= 0.1.5 && < 0.2 , bytestring >= 0.10 && < 0.11 , mtl >= 2.2 && < 2.3