From a775330b4fa17fb367e55343e6fda6c7ae9e34b4 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 2 Jul 2023 22:58:30 +0200 Subject: Bootstrapped my haskell client --- haskell/Setup.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 haskell/Setup.hs (limited to 'haskell/Setup.hs') diff --git a/haskell/Setup.hs b/haskell/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/haskell/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain -- cgit v1.2.3