Skip to content

Commit

Permalink
Build with latest mtl
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Dec 14, 2023
1 parent 2cfdf43 commit 1084edf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Moo/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module Moo.Main
)
where

import Control.Monad.Reader (forM_, runReaderT, when)
import Control.Monad (forM_, when)
import Control.Monad.Reader (runReaderT)
import Database.HDBC (SqlError, catchSql, seErrorMsg)
import Prelude hiding (lookup)
import Data.Text (Text)
Expand Down

0 comments on commit 1084edf

Please sign in to comment.