diff --git a/src/Web/Rep/Render.hs b/src/Web/Rep/Render.hs index 9e51ab1..e2cff45 100644 --- a/src/Web/Rep/Render.hs +++ b/src/Web/Rep/Render.hs @@ -12,7 +12,6 @@ module Web.Rep.Render ) where -import Control.Applicative import Control.Monad import Data.ByteString (ByteString) import Data.ByteString qualified as B diff --git a/src/Web/Rep/Shared.hs b/src/Web/Rep/Shared.hs index 0bf9c0d..9e2f339 100644 --- a/src/Web/Rep/Shared.hs +++ b/src/Web/Rep/Shared.hs @@ -16,7 +16,6 @@ module Web.Rep.Shared ) where -import Control.Applicative import Control.Monad import Control.Monad.State.Lazy import Data.Biapplicative