chiark / gitweb /
haskell-fringe.hs: The libraries have moved around a lot.
[fringe] / haskell-fringe.hs
index f7aa711a6c1137082f12618aed689610ce84db0c..1054cab905bac18a49e1517d290289b81b5a5ca2 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.