forked from chpatrick/haskell-hidapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhidapi.cabal
More file actions
25 lines (23 loc) · 861 Bytes
/
hidapi.cabal
File metadata and controls
25 lines (23 loc) · 861 Bytes
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
name: hidapi
version: 0.1.1
build-type: Simple
cabal-version: >= 1.6
category: Hardware
author: Patrick Chilton <chpatrick@gmail.com>, Niklas Hambüchen <mail@nh2.me>
maintainer: Patrick Chilton <chpatrick@gmail.com>
homepage: https://github.com/vahokif/haskell-hidapi
bug-reports: https://github.com/vahokif/haskell-hidapi/issues
synopsis: Haskell bindings to HIDAPI
description: Haskell bindings to the HIDAPI library (<http://www.signal11.us/oss/hidapi/>).
license: MIT
license-file: LICENSE
source-repository head
type: git
location: git://github.com/vahokif/haskell-hidapi.git
library
exposed-modules: System.HIDAPI
build-depends:
base < 5
, bytestring >= 0.10
, deepseq-generics >= 0.1
extra-libraries: hidapi-hidraw