From 99780d497b1608cf8ba62990538613bd46cd7c87 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 28 Aug 2007 15:27:29 +0000 Subject: [PATCH] Added a Haddock ignore-exports declaration to RainPassTest --- RainPassTest.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RainPassTest.hs b/RainPassTest.hs index f6a7568..6c420f9 100644 --- a/RainPassTest.hs +++ b/RainPassTest.hs @@ -16,6 +16,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . -} +-- #ignore-exports + module RainPassTest (tests) where import Test.HUnit hiding (State)