~alcinnz/haskell-stylist

a4dfabc2518f2a61b5d48124b0e894dd6fb37f01 — Adrian Cochrane 1 year, 5 months ago 18cd3af
Fix breaking dependency.
2 files changed, 2 insertions(+), 2 deletions(-)

M src/Data/CSS/Preprocessor/Assets.hs
M stylist.cabal
M src/Data/CSS/Preprocessor/Assets.hs => src/Data/CSS/Preprocessor/Assets.hs +1 -1
@@ 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

M stylist.cabal => stylist.cabal +1 -1
@@ 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.