From b9356206beb10b44d1eacce6fd0986c77eaa7cfa Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 1 Apr 2013 16:22:45 +0100 Subject: [PATCH] haskell-fringe.hs: The libraries have moved around a lot. Find them all again. --- haskell-fringe.hs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/haskell-fringe.hs b/haskell-fringe.hs index f7aa711..1054cab 100644 --- a/haskell-fringe.hs +++ b/haskell-fringe.hs @@ -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. -- 2.11.0