regexdot-0.11.1.1: regexdot.cabal
-- Package-properties
Name: regexdot
Version: 0.11.1.1
Cabal-Version: >= 1.6
Copyright: (C) 2010-2015 Dr. Alistair Ward
License: GPL
License-file: LICENSE
Author: Dr. Alistair Ward
Stability: Unstable interface, incomplete features.
Synopsis: A polymorphic, POSIX, extended regex-engine.
Build-Type: Simple
Description: Provides a portable, POSIX, extended regex-engine, designed to process a list of /arbitrary/ objects.
Category: Search, Regex
Tested-With: GHC == 6.10, GHC == 6.12, GHC == 7.0, GHC == 7.4, GHC == 7.6, GHC == 7.10
Homepage: http://functionalley.eu
Maintainer: regexdot <at> functionalley <dot> eu
Bug-reports: regexdot <at> functionalley <dot> eu
Extra-Source-Files: changelog, copyright, makefile
-- Turn on using: 'runhaskell ./Setup.hs configure -f llvm'.
flag llvm
Description: Whether the 'llvm' compiler-backend has been installed and is required for code-generation.
manual: True
default: False
Library
hs-source-dirs: src
Exposed-modules:
RegExDot.Anchor
RegExDot.BracketExpression
RegExDot.BracketExpressionMember
RegExDot.CompilationOptions
RegExDot.Consumer
RegExDot.ConsumptionBounds
RegExDot.ConsumptionProfile
RegExDot.DataSpan
RegExDot.DataSpanTree
RegExDot.DSL
RegExDot.ExecutionOptions
RegExDot.InstanceInt
RegExDot.Meta
RegExDot.RegEx
RegExDot.RegExOpts
RegExDot.Repeatable
RegExDot.Result
RegExDot.ShowablePredicate
RegExDot.Span
RegExDot.Tree
Build-depends:
base == 4.*,
deepseq >= 1.1,
parallel >= 3.0,
parsec == 3.*,
toolshed >= 0.13
GHC-options: -Wall -O2 -fno-warn-tabs
if impl(ghc >= 7.4.1)
GHC-prof-options: -prof -fprof-auto -fprof-cafs
else
GHC-prof-options: -prof -auto-all -caf-all
if impl(ghc >= 7.0) && flag(llvm)
GHC-options: -fllvm