From a9bd95ce43252cd04c61b842c5863c6bf0c7baa6 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 16 Jul 2015 12:37:01 +0000 Subject: [PATCH] MkTour.hs fixed to work with current ghc --- doc/tour/MkTour.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/tour/MkTour.hs b/doc/tour/MkTour.hs index 3b9c4e188..a203e96da 100644 --- a/doc/tour/MkTour.hs +++ b/doc/tour/MkTour.hs @@ -1,7 +1,8 @@ module Main where -import Char -import System +import Data.Char +import System.Cmd +import System.Environment original = "tour.txt"