From a4dfabc2518f2a61b5d48124b0e894dd6fb37f01 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Wed, 2 Nov 2022 18:56:08 +1300 Subject: [PATCH] Fix breaking dependency. --- src/Data/CSS/Preprocessor/Assets.hs | 2 +- stylist.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Data/CSS/Preprocessor/Assets.hs b/src/Data/CSS/Preprocessor/Assets.hs index 098cdf6..0b22754 100644 --- a/src/Data/CSS/Preprocessor/Assets.hs +++ b/src/Data/CSS/Preprocessor/Assets.hs @@ -3,7 +3,7 @@ module Data.CSS.Preprocessor.Assets(StyleAssets(..), URIRewriter(..)) where -- TODO Unit test! -import Data.Text as Txt +import Data.Text as Txt hiding (elem) import Network.URI import qualified Data.CSS.Syntax.StyleSheet as CSS import qualified Data.CSS.Syntax.Tokens as CSSTok diff --git a/stylist.cabal b/stylist.cabal index e42f3e4..7ec6fe0 100644 --- a/stylist.cabal +++ b/stylist.cabal @@ -10,7 +10,7 @@ name: stylist -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 2.4.0.1 +version: 2.4.0.2 -- A short (one-line) description of the package. synopsis: Apply CSS styles to a document tree. -- 2.30.2