diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-28 12:41:47 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-28 12:41:47 -0400 |
commit | 8f841126f489003d2bd23737a211d493cf11a4a0 (patch) | |
tree | 280f76b0a47fe3784ef0e34268a5eddd10637e0e /Database | |
parent | a61a80889c97095bdd4aa96997e60a013deb4295 (diff) |
fix build with pre-AMP GHC
Diffstat (limited to 'Database')
-rw-r--r-- | Database/Queue.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Database/Queue.hs b/Database/Queue.hs index 99fbacb9b..c4186b8c8 100644 --- a/Database/Queue.hs +++ b/Database/Queue.hs @@ -24,6 +24,8 @@ import Database.Handle import Database.Persist.Sqlite import Control.Concurrent import Data.Time.Clock +import Control.Applicative +import Prelude {- A DbQueue wraps a DbHandle, adding a queue of writes to perform. - |