-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
56 lines (44 loc) · 1009 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
name: globus
version: 0.1.3
synopsis: Globus Data Transfer
homepage: https://github.com/DKISTDC/globus.hs
license: BSD-3-Clause
author: Sean Hess
maintainer: shess@nso.edu
category: System, Data, Science
extra-doc-files:
- README.md
language: GHC2021
ghc-options:
- -Wall
default-extensions:
- TypeFamilies
- DataKinds
- DeriveAnyClass
- DerivingStrategies
- OverloadedRecordDot
- OverloadedStrings
- QuasiQuotes
- DuplicateRecordFields
- LambdaCase
- NoFieldSelectors
- StrictData
dependencies:
- base >=4.16.4.0 && <5
- aeson >= 2 && < 2.3
- bytestring >= 0.11 && < 0.13
- text >= 2 && <3
- tagged >= 0.8 && < 0.9
- effectful >= 2.3 && <3
- http-types >= 0.12 && < 0.13
- http-api-data >= 0.6 && < 0.7
- req >= 3.13 && < 3.14
library:
source-dirs: src
# tests:
# tests:
# main: Main.hs
# source-dirs: test/
# dependencies:
# - globus
#