Cabal revisions of ascii-predicates-1.0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 3.0--name: ascii-predicates-version: 1.0.1.0-synopsis: Various categorizations of ASCII characters-category: Data, Text--description:- This package provides a variety of predicates- on the ASCII character set.--license: Apache-2.0-license-file: license.txt--author: Chris Martin-maintainer: Chris Martin, Julie Moronuki--homepage: https://github.com/typeclasses/ascii-bug-Reports: https://github.com/typeclasses/ascii/issues--build-type: Simple--source-repository head- type: git- location: git://github.com/typeclasses/ascii.git--common base- default-language: Haskell2010- ghc-options: -Wall-- default-extensions:- NoImplicitPrelude-- build-depends:- ascii-char ^>= 1.0- , base >= 4.13 && < 4.17--library- import: base- hs-source-dirs: library-- exposed-modules:- ASCII.Predicates- , ASCII.Lists- , ASCII.ListsAndPredicates--test-suite test-ascii-predicates- import: base- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Main.hs-- default-extensions:- OverloadedStrings- QuasiQuotes- TemplateHaskell-- build-depends:- ascii-predicates- , hedgehog ^>= 1.0.1 || ^>= 1.1+cabal-version: 3.0 + +name: ascii-predicates +version: 1.0.1.0 +x-revision: 1 +synopsis: Various categorizations of ASCII characters +category: Data, Text + +description: + This package provides a variety of predicates + on the ASCII character set. + +license: Apache-2.0 +license-file: license.txt + +author: Chris Martin +maintainer: Chris Martin, Julie Moronuki + +homepage: https://github.com/typeclasses/ascii +bug-Reports: https://github.com/typeclasses/ascii/issues + +build-type: Simple + +source-repository head + type: git + location: git://github.com/typeclasses/ascii.git + +common base + default-language: Haskell2010 + ghc-options: -Wall + + default-extensions: + NoImplicitPrelude + + build-depends: + ascii-char ^>= 1.0 + , base >= 4.13 && < 4.17 + +library + import: base + hs-source-dirs: library + + exposed-modules: + ASCII.Predicates + , ASCII.Lists + , ASCII.ListsAndPredicates + +test-suite test-ascii-predicates + import: base + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Main.hs + + default-extensions: + OverloadedStrings + QuasiQuotes + TemplateHaskell + + build-depends: + ascii-predicates + , hedgehog ^>= 1.0.1 || ^>= 1.1 || ^>= 1.2
revision 2
name: ascii-predicates version: 1.0.1.0 -x-revision: 1 +x-revision: 2 synopsis: Various categorizations of ASCII characters category: Data, Text build-depends: ascii-char ^>= 1.0 - , base >= 4.13 && < 4.17 + , base >= 4.14 && < 4.18 library import: base build-depends: ascii-predicates - , hedgehog ^>= 1.0.1 || ^>= 1.1 || ^>= 1.2 + , hedgehog ^>= 1.0.5 || ^>= 1.1 || ^>= 1.2