-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathivory-tower-canopen.cabal
62 lines (58 loc) · 2.08 KB
/
ivory-tower-canopen.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
cabal-version: 2.2
name: ivory-tower-canopen
version: 0.1.0.0
synopsis: CANOpen
description: Ivory Tower implementation of CANOpen protocol
license: BSD-3-Clause
license-file: LICENSE
author: Sorki
maintainer: srk@48.io
category: Embedded
build-type: Simple
library
hs-source-dirs: src
exposed-modules: CANOpen.Native,
CANOpen.Tower
CANOpen.Tower.Config
CANOpen.Tower.LSS
CANOpen.Tower.LED
CANOpen.Tower.NMT
CANOpen.Tower.NMT.Types
CANOpen.Tower.SDO
CANOpen.Tower.SDO.Types
CANOpen.Tower.PDO
CANOpen.Tower.Utils
build-depends: base >= 4.6,
bytestring,
dlist,
monadLib,
ivory,
ivory-stdlib,
ivory-serialize,
ivory-hw,
tower >= 0.9,
tower-config,
tower-hal,
ivory-tower-base,
ivory-tower-canopen-core,
canopen-schema-tower
default-language: Haskell2010
ghc-options: -Wall
-- -Werror
executable canopen-posix-test-gen
main-is: CANOpenPosix.hs
hs-source-dirs: test
build-depends: base >= 4.6,
ivory,
ivory-stdlib,
ivory-serialize,
ivory-hw,
tower >= 0.9,
tower-config,
tower-hal,
can4disco,
ivory-tower-base,
ivory-tower-posix,
ivory-tower-canopen,
ivory-tower-canopen-core,
canopen-schema-tower