]> gitweb.michael.orlitzky.com - list-remote-forwards.git/commitdiff
test/Doctests.hs: export only "main", explicitly.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 13:36:39 +0000 (09:36 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 13:36:39 +0000 (09:36 -0400)
test/Doctests.hs

index d183b4b664d289ea123da751f562a937c34ff1ae..2e15a1414ffe218832f6893fb8418d157f3c0133 100644 (file)
@@ -1,4 +1,4 @@
-module Main
+module Main (main)
 where
 
 import Test.DocTest