packages feed

css-syntax 0.0.5 → 0.0.7

raw patch · 1 files changed

+8/−5 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

css-syntax.cabal view
@@ -1,5 +1,5 @@ name:                css-syntax-version:             0.0.5+version:             0.0.7  synopsis: This package implments a parser for the CSS syntax description:@@ -31,8 +31,8 @@      Data.CSS.Syntax.Tokens    build-depends:-     base >=4 && <4.10-   , attoparsec >= 0.13+     base >=4 && <5+   , attoparsec >=0.13    , bytestring    , scientific    , text@@ -48,9 +48,12 @@   type:                exitcode-stdio-1.0   main-is:             Test.hs +  other-modules:+     Data.CSS.Syntax.Tokens+   build-depends:-     base >=4 && <4.10-   , attoparsec >= 0.13+     base >=4 && <5+   , attoparsec >=0.13    , bytestring    , scientific    , text