]> gitweb.michael.orlitzky.com - email-validator.git/commitdiff
test/Doctests.hs: use explicit export list.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 16:37:55 +0000 (12:37 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 16:37:55 +0000 (12:37 -0400)
test/Doctests.hs

index 79afb0bacd61fc85fdca12a37d1b45025d5c49f3..cc92e907537a15eb837ce851b3a649b9542843f8 100644 (file)
@@ -1,4 +1,5 @@
-module Main where
+module Main (main)
+where
 
 import Test.DocTest ( doctest )