-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (26 loc) · 877 Bytes
/
Project.toml
File metadata and controls
30 lines (26 loc) · 877 Bytes
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
name = "ExtensibleEffects"
uuid = "67377c25-f533-4d0b-9328-1721380cc1f1"
authors = ["Stephan Sahm <stephan.sahm@gmx.de> and contributors"]
version = "1.1.1"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
DataTypesBasic = "83eed652-29e8-11e9-12da-a7c29d64ffc9"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
ExprParsers = "c5caad1f-83bd-4ce8-ac8e-4b29921e994e"
Monadic = "4a6f0533-cc52-4fcf-a409-c6c05775ac80"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
TypeClasses = "addcc920-e0cf-11e8-30b7-0fb08706b574"
[compat]
Compat = "2.1, 3"
DataTypesBasic = "1.0, 2"
ExprParsers = "1"
julia = "1.6"
Monadic = "1"
Reexport = "1"
TypeClasses = "1.1"
[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Documenter", "Test", "Suppressor"]