Do explicit import in Example.hs

This will be helpful for the people who is new to this library.
This commit is contained in:
Fujimura Daisuke 2014-03-02 14:55:15 +09:00
parent 16e4fdce26
commit bccb3bd159

View file

@ -1,6 +1,9 @@
{-# LANGUAGE OverloadedStrings, ExtendedDefaultRules #-} {-# LANGUAGE OverloadedStrings, ExtendedDefaultRules #-}
import Database.MongoDB import Database.MongoDB (Action, Document, Document, Value, access,
close, connect, delete, exclude, find,
host, insertMany, master, project, rest,
runIOE, select, sort, (=:))
import Control.Monad.Trans (liftIO) import Control.Monad.Trans (liftIO)
main :: IO () main :: IO ()