From fdf7d06f9a77b7dc3faf94113ac69660a84d9cda Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 25 Aug 2014 11:26:58 +0000 Subject: [PATCH] Fix GHC 7.4 compatibility issue caused by previous patch --- src/compiler/GF/CompileInParallel.hs | 1 + 1 file changed, 1 insertion(+) 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