Skip to content

Commit 1084edf

Browse files
committed
Build with latest mtl
1 parent 2cfdf43 commit 1084edf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Moo/Main.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ module Moo.Main
1010
)
1111
where
1212

13-
import Control.Monad.Reader (forM_, runReaderT, when)
13+
import Control.Monad (forM_, when)
14+
import Control.Monad.Reader (runReaderT)
1415
import Database.HDBC (SqlError, catchSql, seErrorMsg)
1516
import Prelude hiding (lookup)
1617
import Data.Text (Text)

0 commit comments

Comments
 (0)