Skip to content
Snippets Groups Projects
Commit e9679262 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-07-08 10:35:02 by simonm]

change imports so that make boot works.
parent 12ab70e4
No related merge requests found
......@@ -14,10 +14,10 @@ module OneOfEverything (
module OneOfEverything
) where
import qualified OneA
import OneB ( fB )
import OneC hiding ( fC )
import OneC hiding ( fC )
import qualified Prelude
import IO ( putStr )
import System hiding ( getArgs )
import Monad hiding ( filter )
-- HsDecls stuff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment