haskell-fringe.hs: The libraries have moved around a lot.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 1 Apr 2013 15:22:45 +0000 (16:22 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 1 Apr 2013 15:48:13 +0000 (16:48 +0100)
Find them all again.

haskell-fringe.hs

index f7aa711..1054cab 100644 (file)
@@ -2,9 +2,10 @@
 ---
 --- Haskell implementation of a `same-fringe' solver.
 
-import IO
-import System
-import Monad
+import System.IO
+import System.Environment
+import System.Exit
+import Control.Monad
 
 -----------------------------------------------------------------------------
 --- Parser combinators.