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.Concurrent
|
||||||
import Control.Monad.IO.Class (liftIO, MonadIO)
|
import Control.Monad.IO.Class (liftIO, MonadIO)
|
||||||
|
import Control.Applicative
|
||||||
|
import Prelude
|
||||||
|
|
||||||
-- The MVar is always left full except when actions are run
|
-- The MVar is always left full except when actions are run
|
||||||
-- that access the database.
|
-- that access the database.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue