-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.yaml
59 lines (52 loc) · 946 Bytes
/
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
59
name: tinc
version: 0.2.0
category: Development
license: MIT
copyright:
- (c) 2015 Sönke Hahn
- (c) 2015-2017 Simon Hengel
author: Simon Hengel <sol@typeful.net>
maintainer: Simon Hengel <sol@typeful.net>
github: sol/tinc
extra-source-files:
- test/resources/*
ghc-options: -Wall -fwarn-redundant-constraints
dependencies:
- base >= 4.11
- graph-wrapper >= 0.2.5
- language-dot
- containers
- directory
- filepath
- filelock
- process >= 1.2
- parsec
- temporary
- exceptions
- transformers
- hpack >= 0.34.2
- aeson >= 0.11.0
- bytestring
- yaml
- Cabal >= 2.0.0.2
- unix-compat
- call-stack
- time
- store
source-dirs: src
executables:
tinc:
main: tinc.hs
source-dirs: driver
tests:
spec:
main: Spec.hs
source-dirs: test
dependencies:
- hspec
- mockery >= 0.3.3
- HUnit >= 1.4
- safe
- unix
- QuickCheck
cpp-options: -DTEST