diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-28 17:21:26 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-28 17:21:26 -0400 |
commit | c40dad95d5ff114f15db9779fdbff455b913a9d5 (patch) | |
tree | 5c19137ab312e0d44e72a312dd52767304574f3d /Database | |
parent | 57fe9840a5a15889953f8b39138357059def6f31 (diff) |
fix build with pre-AMP ghc
Diffstat (limited to 'Database')
-rw-r--r-- | Database/Keys/Handle.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Database/Keys/Handle.hs b/Database/Keys/Handle.hs index 5a5912b0b..8a3f2b407 100644 --- a/Database/Keys/Handle.hs +++ b/Database/Keys/Handle.hs @@ -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. |