Skip to content
Snippets Groups Projects
Commit 688bfbd6 authored by malcolm wallace's avatar malcolm wallace
Browse files

disambiguate Control.Exception.catch for nhc98

parent 33f2af93
No related branches found
No related tags found
No related merge requests found
......@@ -127,8 +127,9 @@ import System.Exit ( ExitCode(..) )
import System.FilePath ( (</>), (<.>), takeExtension,
takeDirectory, replaceExtension, splitExtension )
import System.IO (openFile, IOMode(WriteMode), hClose, hPutStrLn)
import qualified Control.Exception as Exception (catch)
import Control.Exception as Exception
( catch, handle, try, Exception(..) )
( handle, try, Exception(..) )
-- -----------------------------------------------------------------------------
-- Configuring
......
......@@ -105,7 +105,7 @@ import Distribution.Verbosity
import System.Directory
( doesFileExist, findExecutable )
import Control.Monad (join, foldM)
import Control.Exception as Exception (catch)
import qualified Control.Exception as Exception (catch)
-- | Represents a program which can be configured.
data Program = Program {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment