[enable fixups of ho files, but not libraries
John Meacham <john@repetae.net>**20060410061621] hunk ./Ho/Build.hs 329
-                            --fixups <- readIORef fixup_ref
-                            --let nfixups = getFixups ho' `mappend` fixups
-                            --writeIORef fixup_ref nfixups
-                            --modifyIORef ho_ref (applyFixups nfixups ho' `mappend`) >> hClose fh
-                            modifyIORef ho_ref ( ho' `mappend`) >> hClose fh
+                            fixups <- readIORef fixup_ref
+                            let nfixups = getFixups ho' `mappend` fixups
+                            writeIORef fixup_ref nfixups
+                            modifyIORef ho_ref (applyFixups nfixups ho' `mappend`) >> hClose fh