Skip to content

Commit

Permalink
Merge pull request #99 from TeofilC/mtl-2.3
Browse files Browse the repository at this point in the history
Adapt to removal of re-exports in mtl-2.3
  • Loading branch information
fimad authored May 8, 2023
2 parents e294af2 + a37121c commit 134db02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scalpel-core/src/Text/HTML/Scalpel/Internal/Scrape.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import Control.Monad.Reader
import Control.Monad.State (MonadState)
import Control.Monad.Trans.Maybe
import Control.Monad.Writer (MonadWriter)
import Control.Monad.Fix
import Data.Functor.Identity
import Data.Maybe

Expand Down
1 change: 1 addition & 0 deletions scalpel-core/src/Text/HTML/Scalpel/Internal/Serial.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import Control.Monad.Reader
import Control.Monad.State
import Control.Monad.Trans.Maybe
import Control.Monad.Writer (MonadWriter)
import Control.Monad.Fix
import Data.Bifunctor
import Data.Functor.Identity
import Data.List.PointedList (PointedList)
Expand Down

0 comments on commit 134db02

Please sign in to comment.