fix build with pre-AMP ghc
This commit is contained in:
parent
7926b2705a
commit
bcdc6db2c3
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ import Utility.Exception
|
|||
|
||||
import Control.Concurrent
|
||||
import Control.Monad.IO.Class (liftIO, MonadIO)
|
||||
import Control.Applicative
|
||||
import Prelude
|
||||
|
||||
-- The MVar is always left full except when actions are run
|
||||
-- that access the database.
|
||||
|
|
Loading…
Reference in a new issue