From a37121cba146097f828c9c2eade6fcb484420891 Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Fri, 24 Feb 2023 18:02:54 +0000 Subject: [PATCH] Adapt to removal of re-exports in mtl-2.3 --- scalpel-core/src/Text/HTML/Scalpel/Internal/Scrape.hs | 1 + scalpel-core/src/Text/HTML/Scalpel/Internal/Serial.hs | 1 + 2 files changed, 2 insertions(+) diff --git a/scalpel-core/src/Text/HTML/Scalpel/Internal/Scrape.hs b/scalpel-core/src/Text/HTML/Scalpel/Internal/Scrape.hs index 65eb2d1..a0c0754 100644 --- a/scalpel-core/src/Text/HTML/Scalpel/Internal/Scrape.hs +++ b/scalpel-core/src/Text/HTML/Scalpel/Internal/Scrape.hs @@ -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 diff --git a/scalpel-core/src/Text/HTML/Scalpel/Internal/Serial.hs b/scalpel-core/src/Text/HTML/Scalpel/Internal/Serial.hs index 734d369..85bb209 100644 --- a/scalpel-core/src/Text/HTML/Scalpel/Internal/Serial.hs +++ b/scalpel-core/src/Text/HTML/Scalpel/Internal/Serial.hs @@ -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)