summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-08-25 11:26:58 +0000
committerhallgren <hallgren@chalmers.se>2014-08-25 11:26:58 +0000
commitfdf7d06f9a77b7dc3faf94113ac69660a84d9cda (patch)
treed9d2e9056811e0d9e516cdb6df64c0082b19e4bc /src
parenta494c713e1500419c96a2ae86fa4edd34af90118 (diff)
Fix GHC 7.4 compatibility issue caused by previous patch
Diffstat (limited to 'src')
-rw-r--r--src/compiler/GF/CompileInParallel.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/GF/CompileInParallel.hs b/src/compiler/GF/CompileInParallel.hs
index ef2d36042..4dbbae26a 100644
--- a/src/compiler/GF/CompileInParallel.hs
+++ b/src/compiler/GF/CompileInParallel.hs
@@ -1,4 +1,5 @@
module GF.CompileInParallel where
+import Prelude hiding (catch)
import Control.Monad(join,ap,when,unless)
import Control.Applicative
import Control.Concurrent