From: Michael Orlitzky Date: Sun, 27 Nov 2011 01:36:26 +0000 (-0500) Subject: Add an empty Setup.hs file for Cabal. X-Git-Tag: 0.0.1~59 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=4e045fcf28f698a35f81f5f335b6cf5c3533ae18 Add an empty Setup.hs file for Cabal. --- 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