-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.yaml
More file actions
79 lines (75 loc) · 1.38 KB
/
package.yaml
File metadata and controls
79 lines (75 loc) · 1.38 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
name: nixos-compose
executables:
nixos-compose:
source-dirs: src
main: Main.hs
tests:
spec:
source-dirs: [spec, src]
main: Spec.hs
dependencies:
- hspec
- hspec-discover
- hspec-golden
- mockery
- silently
- temporary
ghc-options:
- -O0
- -threaded
- -Weverything
- -Wno-implicit-prelude
- -Wno-missing-export-lists
- -Wno-missing-import-lists
- -Wno-missing-kind-signatures
- -Wno-missing-local-signatures
- -Wno-missing-safe-haskell-mode
- -Wno-monomorphism-restriction
- -Wno-name-shadowing
- -Wno-partial-fields
- -Wno-prepositive-qualified-module
- -Wno-unsafe
- -Wno-unused-packages
default-extensions:
- DeriveAnyClass
- DeriveGeneric
- DerivingStrategies
- DuplicateRecordFields
- GeneralizedNewtypeDeriving
- ImportQualifiedPost
- InstanceSigs
- LambdaCase
- NamedFieldPuns
- NumericUnderscores
- OverloadedLabels
- OverloadedStrings
- PackageImports
- QuasiQuotes
- RankNTypes
- ScopedTypeVariables
- TupleSections
- TypeSynonymInstances
- ViewPatterns
dependencies:
- aeson
- ansi-terminal
- base
- bytestring
- containers
- cradle
- directory
- filelock
- filepath
- generic-lens
- interpolate
- ip
- ki
- lens
- optparse-applicative
- port-utils
- process
- safe-exceptions
- string-conversions
- strip-ansi-escape
- text
- unix