summaryrefslogtreecommitdiff
path: root/compiler/main/GhcMake.hs
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-01-30 14:06:53 +0000
committerIan Lynagh <ian@well-typed.com>2013-01-30 17:43:44 +0000
commit0a1b7cb85fac3988ae625ba8bb491de81c39bfdc (patch)
tree4359f4a73d3eb7e608707f01e1f049fe357b4482 /compiler/main/GhcMake.hs
parent1bb4913c3c9b1942c014475e38f2f8cf8b61be68 (diff)
downloadhaskell-0a1b7cb85fac3988ae625ba8bb491de81c39bfdc.tar.gz
Change a few throwGhcException uses to throwGhcExceptionIO
Diffstat (limited to 'compiler/main/GhcMake.hs')
-rw-r--r--compiler/main/GhcMake.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/GhcMake.hs b/compiler/main/GhcMake.hs
index 80227cd3f3..81f338eb8c 100644
--- a/compiler/main/GhcMake.hs
+++ b/compiler/main/GhcMake.hs
@@ -1425,7 +1425,7 @@ preprocessFile hsc_env src_fn mb_phase (Just (buf, _time))
| otherwise = False
when needs_preprocessing $
- throwGhcException (ProgramError "buffer needs preprocesing; interactive check disabled")
+ throwGhcExceptionIO (ProgramError "buffer needs preprocesing; interactive check disabled")
return (dflags', src_fn, buf)