]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Main.hs
src/Main.hs: add an explicit export list.
[spline3.git] / src / Main.hs
index 913a939a37b1b754f0c21503e90fc0a7647d9c99..ae8c5e39c703491449d01bc95058f2cb67b61c80 100644 (file)
@@ -1,6 +1,6 @@
 {-# LANGUAGE RecordWildCards, DoAndIfThenElse #-}
 
-module Main
+module Main (main)
 where
 
 import Control.Monad ( when )