diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2022-12-02 14:27:59 +0000 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2022-12-02 14:27:59 +0000 |
commit | 6b8433d9ede97391d58d721c2ccc0b6cf45f6d79 (patch) | |
tree | 3f6520eedcb21729af9ee847d9b05b7bb317ede8 | |
parent | 7d03baa99ad4f4eee0c53362ce08dcc7180af7e3 (diff) |
Sort list of modules.maintainence
This makes it easier for automation to check each committed module is
included in the package manifest.
-rw-r--r-- | setoid.ipkg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setoid.ipkg b/setoid.ipkg index 06cdc2a..2c0401e 100644 --- a/setoid.ipkg +++ b/setoid.ipkg @@ -18,16 +18,16 @@ depends -- modules to install modules - = Data.Setoid + = Data.Fun.Nary + , Data.Setoid , Data.Setoid.Definition , Data.Setoid.Either + , Data.Setoid.List , 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 = |