@@ 10,7 10,7 @@ name: stylish-haskell
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
-version: 0.0.1
+version: 0.1.0
-- A short (one-line) description of the package.
synopsis: Apply CSS styles to a document tree.
@@ 48,7 48,7 @@ cabal-version: >=1.10
library
-- Modules exported by the library.
- -- exposed-modules: Data.CSS.Syntax.StyleSheet, Data.CSS.Syntax.Selector, Data.CSS.Style
+ exposed-modules: Data.CSS.Syntax.StyleSheet, Data.CSS.Syntax.Selector, Data.CSS.Style
-- Modules included in this library but not exported.
-- other-modules: