From efd5f75c0672773341b5ca1c1d4b2ad0c0d09daa Mon Sep 17 00:00:00 2001 From: Ohad Kammar Date: Sun, 7 Aug 2022 18:23:04 +0100 Subject: Initial version --- setoid.ipkg | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 setoid.ipkg (limited to 'setoid.ipkg') diff --git a/setoid.ipkg b/setoid.ipkg new file mode 100644 index 0000000..06cdc2a --- /dev/null +++ b/setoid.ipkg @@ -0,0 +1,58 @@ +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.Definition + , Data.Setoid.Either + , Data.Setoid.Pair + , Data.Setoid.Vect + , Data.Setoid.Vect.Functional + , Data.Setoid.Vect.Inductive + , Data.Setoid.List + , 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 = -- cgit v1.2.3