From a0d464bd1a295682a6769895c7c69b297165a324 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Sun, 14 Jul 2019 08:01:44 +1200 Subject: [PATCH] Fix cabal file. --- stylish-haskell.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal index 3f1080f..aa3f5a3 100644 --- a/stylish-haskell.cabal +++ b/stylish-haskell.cabal @@ -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: -- 2.30.2