diff options
author | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-02-16 20:29:43 -0600 |
---|---|---|
committer | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-02-16 20:29:43 -0600 |
commit | 14a4f246b61e763cea32281e3a5f73bde38fe5d4 (patch) | |
tree | 4cdb5bdae2abcc8d8f1f80a50e017951da7de649 /tiny/Setup.hs | |
parent | 5da77fee409e8f4d80563c4283bfe71c8e272266 (diff) |
Add helper function for merging finite sets
Diffstat (limited to 'tiny/Setup.hs')
-rw-r--r-- | tiny/Setup.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tiny/Setup.hs b/tiny/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/tiny/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain |