diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2023-06-30 17:08:06 +0100 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2023-06-30 17:08:06 +0100 |
commit | 16d547a3807a8c51fcac6270c76540f6e7b89cf2 (patch) | |
tree | 607c101f56631dda81dc053991a6f99907eeb0ee /unify.ipkg |
Initial commit.
Diffstat (limited to 'unify.ipkg')
-rw-r--r-- | unify.ipkg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unify.ipkg b/unify.ipkg new file mode 100644 index 0000000..a2ab92d --- /dev/null +++ b/unify.ipkg @@ -0,0 +1,8 @@ +package unify +authors = "Greg Brown" +sourcedir = "src" + +options = "--total" + +modules + = Data.Maybe.Properties |