-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
57 lines (48 loc) · 1.06 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
name: neo4j-workshop
version: 0.1.0.0
github: "biocad/neo4j-workshop"
license: BSD3
author: "Maxim Koltsov"
maintainer: "[email protected]"
copyright: "(c) 2019, BIOCAD CBD"
extra-source-files:
- README.md
description: Please see the README on GitHub at <https://github.com/biocad/neo4j-workshop#readme>
dependencies:
- base >= 4.7 && < 5
- containers
- hasbolt >= 0.1.3.3
- hasbolt-extras
- lens
- mtl
- text
default-extensions:
- OverloadedStrings
- RankNTypes
- TemplateHaskell
- TypeApplications
ghc-options:
- -Wall
library:
source-dirs: src
dependencies:
- data-default
executables:
neo4j-sample:
main: Sample.hs
source-dirs: tasks
other-modules: []
dependencies:
- neo4j-workshop
neo4j-task1:
main: Task1.hs
source-dirs: tasks
other-modules: []
dependencies:
- neo4j-workshop
neo4j-task2:
main: Task2.hs
source-dirs: tasks
other-modules: []
dependencies:
- neo4j-workshop