We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfdf43 commit 1084edfCopy full SHA for 1084edf
1 file changed
src/Moo/Main.hs
@@ -10,7 +10,8 @@ module Moo.Main
10
)
11
where
12
13
-import Control.Monad.Reader (forM_, runReaderT, when)
+import Control.Monad (forM_, when)
14
+import Control.Monad.Reader (runReaderT)
15
import Database.HDBC (SqlError, catchSql, seErrorMsg)
16
import Prelude hiding (lookup)
17
import Data.Text (Text)
0 commit comments