From 1084edfef2a923a8f76def605d4e1cffa953e478 Mon Sep 17 00:00:00 2001 From: Ollie Charles Date: Thu, 6 Jul 2023 14:43:49 +0100 Subject: [PATCH] Build with latest mtl --- src/Moo/Main.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Moo/Main.hs b/src/Moo/Main.hs index 259a4c4..19549dc 100644 --- a/src/Moo/Main.hs +++ b/src/Moo/Main.hs @@ -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)