]> gitweb.michael.orlitzky.com - hath.git/commitdiff
src/Main.hs: add an explicit export list.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 4 Mar 2019 02:55:38 +0000 (21:55 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 4 Mar 2019 02:55:38 +0000 (21:55 -0500)
src/Main.hs

index 4774c8778e5904a42378e53e2673ef112f3cdef7..085e30e1ba62aef6c53364e5b6dae8a67994124f 100644 (file)
@@ -1,4 +1,4 @@
-module Main
+module Main (main)
 where
 
 import Control.Monad (when)