Commit graph

5 commits

Author SHA1 Message Date
Gabor Pali
db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00
Gabor Pali
46e9ab0ca5 - Update The Glorious Glasgow Haskell Compiler to version 7.4.1
Please note that port revision for all the Haskell ports without version changes
are also bumped.  Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.

Thanks ashish@ for the assistance.

Obtained from:	FreeBSD Haskell
2012-06-03 20:52:29 +00:00
Gabor Pali
84bce4b5ca - Update to 9.0.4
Obtained from:	FreeBSD Haskell
2012-02-13 05:34:48 +00:00
Ashish SHUKLA
86f2dbca13 Bump PORTREVISION of all ports dependent on lang/ghc as during
upgrade, lang/ghc cabal package cache gets invalidated causing all
dependent ports to be reinstalled.

Obtained from:	FreeBSD Haskell
2011-05-26 00:51:15 +00:00
Gabor Pali
cb177271fc This library supports full W3C XML Schema regular expressions inclusive all
Unicode character sets and blocks.  The complete grammar can be found under
<http://www.w3.org/TR/xmlschema11-2/#regexs>.  It is implemented by the
technique of derivations of regular expressions.  The W3C syntax is extended
to support not only union of regular sets, but also intersection, set
difference, exor.  Matching of subexpressions is also supported.
The library can be used for constricting lightweight scanners and tokenizers.
It is a standalone library, no external regex libraries are used.
This package is a substitute for the old regex-xmlschema package.

WWW: http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema

Obtained from:	FreeBSD Haskell
2011-05-08 18:40:30 +00:00