]> gitweb.michael.orlitzky.com - list-remote-forwards.git/commitdiff
src/Main.hs: add explicit export list.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 12:01:24 +0000 (08:01 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 12:01:24 +0000 (08:01 -0400)
src/Main.hs

index 66d02a084449102dace81985744afdf25e4da8f6..088d86d4bde13f7bc1866abaaec79e0e0d9a1ab5 100644 (file)
@@ -1,6 +1,6 @@
 {-# LANGUAGE DoAndIfThenElse #-}
 {-# LANGUAGE NoMonomorphismRestriction #-}
-module Main
+module Main (main)
 where
 
 import Data.Maybe ( fromMaybe )