stylist 2.4.0.1 → 2.4.0.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/Data/CSS/Preprocessor/Assets.hs +1/−1
- stylist.cabal +1/−1
src/Data/CSS/Preprocessor/Assets.hs view
@@ -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
stylist.cabal view
@@ -10,7 +10,7 @@ -- 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.