-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
110 lines (94 loc) · 1.79 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
name: nso-level2
version: 0.3.1
synopsis: NSO Level 2 Data Processing
homepage: https://github.com/DKISTDC/Level2
license: BSD-3-Clause
author: Sean Hess
maintainer: [email protected]
category: System, Science
extra-doc-files:
- README.md
- DEVELOPMENT.md
extra-source-files:
- deps/metadata.graphql
language: GHC2021
ghc-options:
- -Wall
- -fdefer-typed-holes
default-extensions:
- TypeFamilies
- DataKinds
- DeriveAnyClass
- DerivingStrategies
- OverloadedRecordDot
- OverloadedStrings
- QuasiQuotes
- DuplicateRecordFields
- LambdaCase
- NoImplicitPrelude
- NoFieldSelectors
- StrictData
dependencies:
- base >=4.16.4.0
- nso-level2-types
- web-view >= 0.5.0
- warp == 3.3.31
- wai-extra
- http-types
- casing
- time
- text
- tagged
- filepath
- string-interpolate
- string-conversions
- req
- rel8 >= 1.5.0
- random
- modern-uri
- lens
- hyperbole == 0.4.1
- hasql
- exceptions
- binary
- effectful >= 2.3 && <3
- data-diverse >= 4.7
- data-diverse
- containers
- unordered-containers
- bytestring
- aeson
- http-api-data
- globus >= 0.1.3
- massiv
- telescope >= 0.2 && < 0.3
- uuid
- megaparsec
- monad-loops
library:
source-dirs: src
executables:
level2:
source-dirs: app
main: Main.hs
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- nso-level2
tests:
spec:
main: Spec.hs
source-dirs: test/
build-tools: skeletest:skeletest-preprocessor
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -F -pgmF=skeletest-preprocessor
dependencies:
- nso-level2
- web-view
- Diff >= 0.5 && <1.0
- skeletest