-- applicative-of-strings.cabal auto-generated by cabal init. For -- additional options, see -- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr. -- The name of the package. Name: applicative-of-strings -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. Version: 0.1.0.0 -- A short (one-line) description of the package. Synopsis: Type-specialized versions of applicative operators for use with overloaded strings -- A longer description of the package. Description: This library provides type-specialized versions of some of the applicative operators and combinators. This makes it possible to use them with overloaded string literals when the applicative type provides an appropriate instance of 'IsString'. . For example, the attoparsec library provides instance IsString (Parser Text), so you can parse a string like "Shoe size: 45" with an expression like: "Shoe size: " .*> decimal . Note that it is not possible to use the operator *> provided by "Control.Applicative" in this way, because it is too polymorphic. -- URL for the project homepage or repository. -- Homepage: http://projects.haskell.org/applicative-of-strings/ -- The license under which the package is released. License: BSD3 -- The file containing the license text. License-file: LICENSE -- The package author(s). Author: Yitzchak Gale -- An email address to which users can send suggestions, bug reports, -- and patches. Maintainer: gale@sefer.org -- A copyright notice. Copyright: Copyright (c) 2011 Suite Solutions Ltd., Israel. All rights reserved. Category: Control, Text Build-type: Simple -- Extra files to be distributed with the package, such as examples or -- a README. -- Extra-source-files: -- Constraint on the version of Cabal needed to build this package. Cabal-version: >=1.6 Bug-reports: mailto:gale@sefer.org Source-repository head Type: darcs Location: http://code.haskell.org/applicative-of-strings/applicative-of-strings/ Library -- Modules exported by the library. Exposed-modules: Control.Applicative.String , Control.Applicative.Text , Control.Applicative.Text.Lazy , Control.Applicative.ByteString , Control.Applicative.ByteString.Lazy -- Packages needed in order to build this package. Build-depends: base ==4.* , bytestring , text -- Modules not exported by this package. -- Other-modules: -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source. -- Build-tools: