Remove haskell98 to build with ghc 7.2.2, also built with ghc 7.0.4

Signed-off-by: Joey Hess <joey@kitenet.net>
This commit is contained in:
Mark Wright 2011-11-26 23:39:47 +11:00 committed by Joey Hess
parent afe9e78401
commit 041d324125
4 changed files with 6 additions and 4 deletions

View file

@ -7,7 +7,7 @@
module Utility.TempFile where
import IO (bracket)
import Control.Exception (bracket)
import System.IO
import System.Posix.Process hiding (executeFile)
import System.Directory