From 4e045fcf28f698a35f81f5f335b6cf5c3533ae18 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 26 Nov 2011 20:36:26 -0500 Subject: [PATCH] Add an empty Setup.hs file for Cabal. --- Setup.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Setup.hs diff --git a/Setup.hs b/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain -- 2.43.2