]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
src/Main.hs: add an explicit export list.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 01:24:30 +0000 (20:24 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 01:24:30 +0000 (20:24 -0500)
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 )