packages feed

Cabal revisions of css-syntax-0.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                css-syntax-version:             0.0.1--synopsis: This package implments a parser for the CSS syntax-description:-    See https://drafts.csswg.org/css-syntax/---license:             MIT-license-file:        LICENSE--author:              Tomas Carnecky-maintainer:          tomas.carnecky@gmail.com--category:            Data--build-type:          Simple-cabal-version:       >=1.10---source-repository head-  type:     git-  location: git://github.com/wereHamster/haskell-css-syntax.git---library-  hs-source-dirs:      src-  default-language:    Haskell2010--  exposed-modules:-     Data.CSS.Syntax.Tokens--  build-depends:-     base >=4 && <4.9-   , attoparsec >= 0.13-   , bytestring-   , scientific-   , text--  ghc-options: -Wall---test-suite spec-  hs-source-dirs:      test src-  default-language:    Haskell2010-  ghc-options:         -Wall--  type:                exitcode-stdio-1.0-  main-is:             Test.hs--  build-depends:-     base >=4 && <4.9-   , attoparsec >= 0.13-   , bytestring-   , scientific-   , text--   , hspec-   , directory+name:                css-syntax
+version:             0.0.1
+x-revision: 1
+
+synopsis: This package implments a parser for the CSS syntax
+description:
+    See https://drafts.csswg.org/css-syntax/
+
+
+license:             MIT
+license-file:        LICENSE
+
+author:              Tomas Carnecky
+maintainer:          tomas.carnecky@gmail.com
+
+category:            Data
+
+build-type:          Simple
+cabal-version:       >=1.10
+
+
+source-repository head
+  type:     git
+  location: git://github.com/wereHamster/haskell-css-syntax.git
+
+
+library
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+
+  exposed-modules:
+     Data.CSS.Syntax.Tokens
+
+  build-depends:
+     base >=4.8 && <4.9
+   , attoparsec >= 0.13
+   , bytestring
+   , scientific
+   , text
+
+  ghc-options: -Wall
+
+
+test-suite spec
+  hs-source-dirs:      test src
+  default-language:    Haskell2010
+  ghc-options:         -Wall
+
+  type:                exitcode-stdio-1.0
+  main-is:             Test.hs
+
+  build-depends:
+     base >=4 && <4.9
+   , attoparsec >= 0.13
+   , bytestring
+   , scientific
+   , text
+
+   , hspec
+   , directory