cvs commit: fptools/hslibs/text Makefile RegexString.lhs package.conf.in MatchPS.lhs Regex.lhs fptools/hslibs/text/cbits HsText.h Makefile Regex__silly_ld.c ghcRegex.h regex.c fptools/hslibs/text/doc MatchPS.sgml Regex.sgml
Simon Marlow <[email protected]> Tue, 16 Sep 2003 05:52:19 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.hslibs |
|---|---|
| Message-ID | <[email protected]> |
simonmar 2003/09/16 05:52:19 PDT
Modified files:
hslibs/text Makefile RegexString.lhs package.conf.in
hslibs/text/doc MatchPS.sgml Regex.sgml
Removed files:
hslibs/text MatchPS.lhs Regex.lhs
hslibs/text/cbits HsText.h Makefile Regex__silly_ld.c
ghcRegex.h regex.c
Log:
Remove the old Regex library, leaving a stub for RegexString in place
that re-exports the contents of Text.Regex.
We have lost some functionality, primarily the contents of MatchPS.
Perhaps equivalent functionality should be added to Text.Regex.
Anyway, for now, it's in the Attic.
Revision Changes Path
1.22 +1 -3 fptools/hslibs/text/Makefile
1.11 +1 -76 fptools/hslibs/text/RegexString.lhs
1.3 +3 -10 fptools/hslibs/text/package.conf.in
1.3 +4 -76 fptools/hslibs/text/doc/MatchPS.sgml
1.4 +4 -84 fptools/hslibs/text/doc/Regex.sgml