[Break module cycle at SelfTest
John Meacham <john@repetae.net>**20050916042002] hunk ./Options.hs 15
-import SelfTest(selfTest)
+import {-# SOURCE #-} SelfTest(selfTest)
addfile ./SelfTest.hs-boot
hunk ./SelfTest.hs-boot 1
+module SelfTest where
+
+import ArbitraryInstances()
+import Boolean.TestCases()
+
+selfTest :: [String] -> IO ()
hunk ./collect_deps.prl 14
+    $a =~ s/-boot$//;