1
0
forked from GitHub/gf-core

Fix GHC 7.4 compatibility issue caused by previous patch

This commit is contained in:
hallgren
2014-08-25 11:26:58 +00:00
parent 238652c6f9
commit 20d5a89664

View File

@@ -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