From 14a4f246b61e763cea32281e3a5f73bde38fe5d4 Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Fri, 16 Feb 2024 20:29:43 -0600 Subject: Add helper function for merging finite sets --- tiny/Setup.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tiny/Setup.hs (limited to 'tiny/Setup.hs') 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 -- cgit v1.2.3