@@ 64,7 64,7 @@ executable rhapsode
http-client, http-client-tls, bytestring,
html-conduit, xml-conduit, text, containers,
network-uri,
- stylish-haskell >= 0.2.2, css-syntax, stylish-html-conduit
+ stylish-haskell >= 0.4.0, css-syntax, stylish-html-conduit
-- Directories containing source files.
hs-source-dirs: src
@@ 69,6 69,7 @@ stylizeEl styles html
data MapPropertyParser = MPP (M.Map XML.Name Text)
instance Style.PropertyParser MapPropertyParser where
temp = MPP M.empty
+ inherit _ = Style.temp
longhand _ (MPP self) name value = Just $ MPP $ M.insert xmlName xmlValue self
where
xmlName = XML.Name name Nothing Nothing