Skip to content

Commit

Permalink
Import Control.Monad in Spec (#1487)
Browse files Browse the repository at this point in the history
mtl-2.3 removes these reexports
  • Loading branch information
9999years committed Jun 1, 2023
1 parent a00b5b5 commit 434f492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions persistent-qq/test/Spec.hs
Expand Up @@ -2,6 +2,7 @@
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE TypeFamilies #-}

import Control.Monad (when)
import Control.Monad.Logger (LoggingT, runLoggingT)
import Control.Monad.Trans.Resource
import Control.Monad.Reader
Expand Down

0 comments on commit 434f492

Please sign in to comment.