Cabal revisions of css-syntax-0.0.5
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: css-syntax-version: 0.0.5--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.10- , 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.10- , attoparsec >= 0.13- , bytestring- , scientific- , text-- , hspec- , directory+name: css-syntax +version: 0.0.5 +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 && <4.11 + , 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.11 + , attoparsec >= 0.13 + , bytestring + , scientific + , text + + , hspec + , directory
revision 2
name: css-syntax version: 0.0.5 -x-revision: 1 +x-revision: 2 synopsis: This package implments a parser for the CSS syntax description: Data.CSS.Syntax.Tokens build-depends: - base >=4 && <4.11 + base >=4 && <4.12 , attoparsec >= 0.13 , bytestring , scientific
revision 3
name: css-syntax version: 0.0.5 -x-revision: 2 +x-revision: 3 synopsis: This package implments a parser for the CSS syntax description: main-is: Test.hs build-depends: - base >=4 && <4.11 + base >=4 && <4.12 , attoparsec >= 0.13 , bytestring , scientific