packages feed

regexqq 0.2 → 0.3

raw patch · 1 files changed

+3/−2 lines, 1 files

Files

regexqq.cabal view
@@ -1,5 +1,5 @@ name:               regexqq-version:            0.2+version:            0.3 cabal-version:      >= 1.2 build-type:         Simple license:            BSD3@@ -8,13 +8,14 @@ author:             Matt Morrow copyright:          Matt Morrow maintainer:         Matt Morrow <morrow@jypsis.com>+homepage:           http://code.haskell.org/~morrow/code/haskell/regexqq stability:          unstable synopsis:           A quasiquoter for PCRE regexes. description:        A quasiquoter for Text.Regex.PCRE regexes.                     This makes use of a new GHC extension known as QuasiQuotes.                     QuasiQuotes do not appear in ghc until 6.9, BUT there is a                     patch for ghc-6.8.3 which adds quasiquote functionality. A-                    pathed version of ghc-6.8.3 is located at+                    patched version of ghc-6.8.3, made possible by audreyt's patch, is at                     <http://code.haskell.org/~morrow/quasiquotes/ghc-6.8.3_QQ-0.1.tar.bz2>.                     An example of the use of @regexqq@ is located at                     <http://code.haskell.org/~morrow/quasiquotes/regexqq.txt>