harp-0.4.3.4: harp.cabal
Name: harp
Version: 0.4.3.4
License: BSD3
License-File: LICENSE
Author: Niklas Broberg
Maintainer: David Fox <dsf@seereason.com>
Stability: Experimental
Category: Language
Synopsis: HaRP allows pattern-matching with regular expressions
Description: HaRP, or Haskell Regular Patterns, is a Haskell extension
that extends the normal pattern matching facility with
the power of regular expressions. This expressive power
is highly useful in a wide range of areas, including text parsing
and XML processing. Regular expression patterns in HaRP work over
ordinary Haskell lists ([]) of arbitrary type. We have implemented
HaRP as a pre-processor to ordinary Haskell.
.
For details on usage, please see the website.
Homepage: https://github.com/seereason/harp
Build-Type: Simple
tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC==8.0.1, GHC==8.2.2, GHC==8.4.1, GHC==8.6.5, GHC==8.8.3, GHC==8.10.1
Cabal-Version: >= 1.10
source-repository head
type: git
location: https://github.com/seereason/harp.git
Library
Default-Language: Haskell2010
Build-Depends: base < 4.15
Exposed-modules: Harp.Match