summaryrefslogtreecommitdiff
path: root/soat.ipkg
diff options
context:
space:
mode:
authorGreg Brown <greg.brown01@ed.ac.uk>2022-12-06 13:22:10 +0000
committerGreg Brown <greg.brown01@ed.ac.uk>2022-12-06 13:22:10 +0000
commit522eb40ab39800f75daa704ae56c18953c4885e7 (patch)
treed138f2a66dd1c5021503d7ac17d3a871a3d4a948 /soat.ipkg
parentea2bf19e41aa0f9b4133ea20cd04e5fb3fd002eb (diff)
Migrate to use idris-setoid library.
Diffstat (limited to 'soat.ipkg')
-rw-r--r--soat.ipkg9
1 files changed, 3 insertions, 6 deletions
diff --git a/soat.ipkg b/soat.ipkg
index d5cdcd9..e5b4f05 100644
--- a/soat.ipkg
+++ b/soat.ipkg
@@ -2,11 +2,9 @@ package soat
authors = "Greg Brown"
sourcedir = "src"
-modules = Data.Morphism.Indexed
- , Data.Setoid
- , Data.Setoid.Either
- , Data.Setoid.Indexed
- , Soat.Data.Product
+depends = setoid
+
+modules = Soat.Data.Product
, Soat.Data.Sublist
, Soat.FirstOrder.Algebra
, Soat.FirstOrder.Algebra.Coproduct
@@ -16,4 +14,3 @@ modules = Data.Morphism.Indexed
, Soat.SecondOrder.Algebra.Lift
, Soat.SecondOrder.Signature
, Soat.SecondOrder.Signature.Lift
- , Syntax.PreorderReasoning.Setoid