From: Mark Wooding Date: Mon, 1 Apr 2013 15:22:45 +0000 (+0100) Subject: haskell-fringe.hs: The libraries have moved around a lot. X-Git-Url: https://git.distorted.org.uk/~mdw/fringe/commitdiff_plain/b9356206beb10b44d1eacce6fd0986c77eaa7cfa haskell-fringe.hs: The libraries have moved around a lot. Find them all again. --- 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.