summaryrefslogtreecommitdiff
path: root/soat.ipkg
diff options
context:
space:
mode:
authorGreg Brown <greg.brown01@ed.ac.uk>2022-12-05 14:37:30 +0000
committerGreg Brown <greg.brown01@ed.ac.uk>2022-12-05 14:37:30 +0000
commite8a5ba7c22c98d32671d02e41960598566bdcc58 (patch)
treec051ae8e9b4bab7002e0de36bf7266442ce2e891 /soat.ipkg
parent45e9bbec72bf338306d446012f077e195439aed0 (diff)
WIP: port to libraryrefactor/setoids
Diffstat (limited to 'soat.ipkg')
-rw-r--r--soat.ipkg8
1 files changed, 3 insertions, 5 deletions
diff --git a/soat.ipkg b/soat.ipkg
index d5cdcd9..d0eaffc 100644
--- a/soat.ipkg
+++ b/soat.ipkg
@@ -2,10 +2,9 @@ package soat
authors = "Greg Brown"
sourcedir = "src"
-modules = Data.Morphism.Indexed
- , Data.Setoid
- , Data.Setoid.Either
- , Data.Setoid.Indexed
+depends = setoid
+
+modules = Data.Setoid.Either
, Soat.Data.Product
, Soat.Data.Sublist
, Soat.FirstOrder.Algebra
@@ -16,4 +15,3 @@ modules = Data.Morphism.Indexed
, Soat.SecondOrder.Algebra.Lift
, Soat.SecondOrder.Signature
, Soat.SecondOrder.Signature.Lift
- , Syntax.PreorderReasoning.Setoid