Skip to content

Commit

Permalink
Support mtl-2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabani committed May 22, 2024
1 parent dad0999 commit 00c25e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codd/Logging.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ module Codd.Logging
, runCoddLoggerLevelFilter
) where

import Control.Monad ( when )
import Control.Monad.Reader ( MonadReader(..)
, MonadTrans(..)
, ReaderT(..)
, when
)
import Control.Monad.Trans.Resource ( MonadThrow )
import Data.Text ( Text )
Expand Down

0 comments on commit 00c25e6

Please sign in to comment.