diff options
Diffstat (limited to 'soat.ipkg')
-rw-r--r-- | soat.ipkg | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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 |