forked from ohad/idris-setoid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetoid.ipkg
63 lines (52 loc) · 1.13 KB
/
setoid.ipkg
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
package setoid
version = 0.1.0
authors = "Ohad Kammar"
-- maintainers =
-- license =
-- brief =
-- readme =
-- homepage =
-- sourceloc =
-- bugtracker =
-- the Idris2 version required (e.g. langversion >= 0.5.1)
-- langversion
-- packages to add to search path
depends
= contrib
-- modules to install
modules
= Data.Setoid
, Data.Setoid.Notation
, Data.Setoid.Definition
, Data.Setoid.Isomorphism
, Data.Setoid.Either
, Data.Setoid.Indexed
, Data.Setoid.Indexed.Definition
, Data.Setoid.Pair
, Data.Setoid.Vect
, Data.Setoid.Vect.Functional
, Data.Setoid.Vect.Inductive
, Data.Setoid.List
, Data.Relation.Equivalence
, Syntax.PreorderReasoning.Setoid
, Data.Fun.Nary
-- main file (i.e. file to load at REPL)
-- main =
-- name of executable
-- executable =
-- opts =
sourcedir = "src"
-- builddir =
-- outputdir =
-- script to run before building
-- prebuild =
-- script to run after building
-- postbuild =
-- script to run after building, before installing
-- preinstall =
-- script to run after installing
-- postinstall =
-- script to run before cleaning
-- preclean =
-- script to run after cleaning
-- postclean =