~alcinnz/haskell-stylist

a0d464bd1a295682a6769895c7c69b297165a324 — Adrian Cochrane 5 years ago 7083855
Fix cabal file.
1 files changed, 2 insertions(+), 2 deletions(-)

M stylish-haskell.cabal
M stylish-haskell.cabal => stylish-haskell.cabal +2 -2
@@ 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: