Cabal revisions of tokenize-0.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. Version: 0.3.0+x-revision: 1 -- A short (one-line) description of the package. Synopsis: Simple tokenizer for English text. Homepage: https://bitbucket.org/gchrupala/lingo/overview -- A copyright notice.--- Copyright: +-- Copyright: Category: Natural Language Processing -- Extra files to be distributed with the package, such as examples or -- a README.--- Extra-source-files: +-- Extra-source-files: -- Constraint on the version of Cabal needed to build this package. Cabal-version: >=1.10 hs-source-dirs: tests/src Build-depends: tokenize,- criterion,+ criterion < 1, filepath >= 1.3.0.1, text >= 0.11.3.0, base >= 4 && <= 6,