-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.yaml
58 lines (53 loc) · 1.14 KB
/
package.yaml
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
name: switch
version: 0.1.0.0
github: "typedbyte/switch"
license: BSD3
author: "Michael Szvetits"
maintainer: "typedbyte@qualified.name"
copyright: "2021 Michael Szvetits"
synopsis: Nintendo Switch Controller Library
category: Game
description: Please see the README on GitHub at <https://github.com/typedbyte/switch#readme>
extra-source-files:
- README.md
- ChangeLog.md
dependencies:
- attoparsec >= 0.13.2.0 && < 0.15.0.0
- base >= 4.7 && < 5
- bytestring >= 0.10.12.0 && < 0.12.0.0
- hidapi >= 0.1.7 && < 0.2.0
library:
source-dirs: src
exposed-modules:
- Device.Nintendo.Switch
tests:
leftJoyCon:
source-dirs:
- test/Common
- test/LeftJoyCon
main: Main.hs
dependencies:
- switch
rightJoyCon:
source-dirs:
- test/Common
- test/RightJoyCon
main: Main.hs
dependencies:
- switch
proController:
source-dirs:
- test/Common
- test/ProController
main: Main.hs
dependencies:
- switch
cube:
source-dirs: test/Cube
main: Main.hs
dependencies:
- GPipe
- GPipe-GLFW
- linear
- switch
ghc-options: -Wall