Skip to content

Commit

Permalink
Merge pull request #348 from morphismtech/fix-docs-tests-hopefully
Browse files Browse the repository at this point in the history
fix doc tests hopefully
  • Loading branch information
echatav authored Nov 5, 2023
2 parents ae4a238 + 75128fb commit ec4b745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion squeal-postgresql/src/Squeal/PostgreSQL/Session.hs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import Control.Monad.Fix (MonadFix(..))
import Control.Monad.Catch
import Control.Monad.IO.Class (MonadIO(..))
import Control.Monad.Morph
import Control.Monad.Reader (ReaderT(..))
import Control.Monad.Reader
import Control.Monad.Trans.Control (MonadBaseControl(..), MonadTransControl(..))
import UnliftIO (MonadUnliftIO(..))
import Data.ByteString (ByteString)
Expand Down
2 changes: 1 addition & 1 deletion squeal-postgresql/src/Squeal/PostgreSQL/Session/Oid.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module Squeal.PostgreSQL.Session.Oid

import Control.Monad (when)
import Control.Monad.Catch (throwM)
import Control.Monad.Reader (ReaderT(ReaderT))
import Control.Monad.Reader
import Data.String
import GHC.TypeLits
import PostgreSQL.Binary.Decoding (valueParser, int)
Expand Down

0 comments on commit ec4b745

Please sign in to comment.