packages feed

acme-strtok 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+2/−2 lines, 1 files

Files

acme-strtok.cabal view
@@ -10,13 +10,13 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.1.0.0+version:             0.1.0.1  -- A short (one-line) description of the package. synopsis:            A Haskell port of the C/PHP strtok function  -- A longer description of the package.--- description:      This package provides a Haskell version of the strtok function from C/PHP. Successive calls of this function return tokens (delimited by given delimiting characters) from a string (or a list), one by one.+description:      This package provides a Haskell version of the strtok function from C/PHP. Successive calls of this function return tokens (delimited by given delimiting characters) from a string (or a list), one by one.  -- The license under which the package is released. license:             PublicDomain