diff options
| author | hallgren <hallgren@chalmers.se> | 2014-08-25 11:26:58 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-08-25 11:26:58 +0000 |
| commit | fdf7d06f9a77b7dc3faf94113ac69660a84d9cda (patch) | |
| tree | d9d2e9056811e0d9e516cdb6df64c0082b19e4bc /src/compiler/GF/CompileInParallel.hs | |
| parent | a494c713e1500419c96a2ae86fa4edd34af90118 (diff) | |
Fix GHC 7.4 compatibility issue caused by previous patch
Diffstat (limited to 'src/compiler/GF/CompileInParallel.hs')
| -rw-r--r-- | src/compiler/GF/CompileInParallel.hs | 1 |
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 |
