From 6a047982a3e83d6f4385623f71e18965dfd2cb05 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Wed, 20 Jul 2011 15:07:29 +0000 Subject: [PATCH] TestMain should export main. --- TestMain.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestMain.hs b/TestMain.hs index 92ba6a4..e42897c 100644 --- a/TestMain.hs +++ b/TestMain.hs @@ -53,7 +53,7 @@ with this program. If not, see . -- * "StructureOccamTest" -- -- * "UsageCheckTest" -module TestMain () where +module TestMain (main) where import Control.Monad import Data.List