-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstreamdeck.cabal
More file actions
35 lines (31 loc) · 1.28 KB
/
streamdeck.cabal
File metadata and controls
35 lines (31 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
-- Initial streamdeck.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: streamdeck
version: 0.1.0
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
copyright: 2018-2019 Tina Wuest
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: -Wall -fwarn-implicit-prelude -fwarn-monomorphism-restriction -static
hs-source-dirs: src
default-language: Haskell2010
exposed-modules: System.Hardware.Streamdeck
build-depends:
base >= 4.9 && < 4.13
, hidapi >= 0.1.5 && < 0.2
, bytestring >= 0.10 && < 0.11
, mtl >= 2.2 && < 2.3
, split >= 0.2 && < 0.3