-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbindings-K8055.cabal
31 lines (28 loc) · 948 Bytes
/
bindings-K8055.cabal
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
Name: bindings-K8055
Version: 0.1.2
Synopsis: Bindings to Velleman K8055 dll
description: Bindings to Velleman K8055 dll for interfacing USB I/O board.
License: BSD3
License-file: LICENSE
Author: Joris Putcuyps
Maintainer: Joris.Putcuyps@gmail.com
Homepage: https://github.com/jputcu/bindings-K8055
bug-reports: https://github.com/jputcu/bindings-K8055/issues
Category: FFI
Build-type: Simple
Cabal-version: >=1.2
data-files: README.markdown K8055D.def libK8055D.a
Library
Exposed-modules:
Bindings.K8055,
Bindings.K8055.AnalogIn,
Bindings.K8055.AnalogOut,
Bindings.K8055.DigitalOut,
Bindings.K8055.DigitalIn,
Bindings.K8055.Counters
Build-depends:
base >= 3 && < 5
extra-libraries: K8055D
extra-lib-dirs: .
extensions: ForeignFunctionInterface
ghc-options: -Wall