Commit graph

67 commits

Author SHA1 Message Date
Andrés Sicard-Ramírez
43c4b2782e Fixed buggy example noRCS 2014-06-12 17:47:35 -05:00
Andrés Sicard-Ramírez
ca9a53c615 Fixed documentation in Find.hs 2014-06-12 14:48:38 -05:00
Bryan O'Sullivan
843e426a2e Added tag 0.3.6.2 for changeset 72891e0e9706 2012-09-09 00:05:36 -07:00
Bryan O'Sullivan
e4df8a7c53 Bump version to 0.3.6.2 2012-09-09 00:05:32 -07:00
Bryan O'Sullivan
147e01c893 Merge pull request #2 from silkapp/master
Fixed two match group bugs
2012-09-09 00:04:58 -07:00
Bryan O'Sullivan
02ed4670d8 Added tag 0.3.6.1 for changeset 4c6a1170cb18 2012-08-29 20:13:15 -07:00
Bryan O'Sullivan
50bdd9d0b4 Bump version to 0.3.6.1 2012-08-29 20:13:11 -07:00
Bryan O'Sullivan
cc78a3c212 Fix GHC 7.6 build problems 2012-08-29 20:12:51 -07:00
Erik Hesselink
b2c11abf31 Bump version to 0.3.6.1. 2012-04-17 16:22:19 +02:00
Erik Hesselink
9fd07bfa9b Fixed matching of groups.
Matching of the tail of all groups would continue if any matched, leading to (aa|bb) matching the string ab. Also, any empty group would mean continuing to match the rest of the terms, ignoring a non-empty matching group. This lead to (aa|a) not matching the string a.
2012-04-17 16:22:19 +02:00
Erik Hesselink
59fafe0596 Remove infinite loop on MatchGroup without common prefix.
In that case, the exact same MatchGroup would be fed to simplifyTerms again. Now, it is returned immediately, and only the rest of the terms are simplified.
2012-04-17 14:02:05 +02:00
Bryan O'Sullivan
3d3f70619c Added tag 0.3.6.0 for changeset ffce91ed40c6 2011-11-13 19:36:56 -08:00
Bryan O'Sullivan
48e1cbb69b Bump version to 0.3.6.0 2011-11-13 19:36:48 -08:00
Bryan O'Sullivan
cb73f902a1 Merge pull request #1 from jystic/master
Fixed build problem on windows
2011-11-13 19:35:27 -08:00
Bryan O'Sullivan
db1abce800 Update URLs 2011-11-13 19:24:59 -08:00
Jacob Stanley
e5c916fbc7 Use System.PosixCompat instead of System.Posix
This uses the unix-compat wrappers instead of unix directly
so that the functionality can be emulated on Windows.
2011-11-07 10:16:43 +08:00
Bryan O'Sullivan
d4e83187d9 Added tag 0.3.5.2 for changeset 26a8ade60b05 2011-02-08 13:46:09 -08:00
Bryan O'Sullivan
e9737bb26a Add bug report and homepage links 2011-02-08 13:46:06 -08:00
Bryan O'Sullivan
39fb1fd3cc Get working with newer mtl (and GHC 7) 2011-02-08 13:44:01 -08:00
Bryan O'Sullivan
d9162f14f8 Added tag 0.3.5.1 for changeset 072c321a639d 2010-11-01 21:21:43 -07:00
Bryan O'Sullivan
5ce500b6ec Fix dependency on mtl 2010-11-01 21:21:12 -07:00
Bryan O'Sullivan
1d0ad34ff5 Added tag 0.3.5.0 for changeset 64cd3627a707 2010-10-10 16:17:07 -07:00
Bryan O'Sullivan
76491aebb1 Get things building again 2010-10-10 16:16:47 -07:00
Bryan O'Sullivan
9a21d9a8dc Update README 2010-10-10 16:05:33 -07:00
Bryan O'Sullivan
497f1f11c5 Start to clean things up 2010-10-10 16:03:56 -07:00
convert-repo
54437c2ee3 update tags 2010-10-11 07:00:27 +00:00
Bryan O'Sullivan
1271c956d1 TAG 0.3.3 2010-07-10 15:48:08 +00:00
Bryan O'Sullivan
76c0d496d2 Drop -O2 2010-07-10 15:47:48 +00:00
Bryan O'Sullivan
2a07887c1c Add license file. 2010-07-10 15:47:21 +00:00
Bryan O'Sullivan
c20b85259f Bump version 2010-07-10 15:46:29 +00:00
Sergei Trofimovich
3d3da401b8 FileManip: migrated to extenible-exceptions 2010-03-05 21:19:53 +00:00
Bryan O'Sullivan
dbdcbd17b1 old tag: 0.3.2 2008-02-03 17:53:49 +00:00
Bryan O'Sullivan
87585e4fdd Fix Cabal complaint 2008-02-03 17:53:46 +00:00
Bryan O'Sullivan
02db88512f old tag: 0.3.2 2008-02-03 17:52:25 +00:00
Bryan O'Sullivan
26a3a9d1fc Fix reference to LGPL in sources 2008-02-03 17:52:21 +00:00
Bryan O'Sullivan
2e4d053ee9 old tag: 0.3.1 2007-11-09 05:43:18 +00:00
Bryan O'Sullivan
064863ce53 Switch license to BSD3. 2007-11-09 05:43:05 +00:00
Bryan O'Sullivan
63bb1950ea old tag: 0.3 2007-11-09 05:40:12 +00:00
Bryan O'Sullivan
68b2fac96a Bump version. 2007-11-09 05:40:05 +00:00
Bryan O'Sullivan
67141ef830 Build with GHC 6.8.1. 2007-11-09 05:39:32 +00:00
Spencer Janssen
54beee1b5a Manip.hs uses TypeSynonymInstances 2007-11-05 07:09:32 +00:00
Bryan O'Sullivan
e3baf08e0a Strictify the fold. 2007-06-24 16:59:43 +00:00
Bryan O'Sullivan
e9bf871169 Bump version number. 2007-06-24 16:30:59 +00:00
Bryan O'Sullivan
8b28c0feee Add Glob module, update docs. 2007-06-24 16:30:41 +00:00
Bryan O'Sullivan
cac0d2da66 old tag: 0.1 2007-05-02 06:06:35 +00:00
Bryan O'Sullivan
6817fb4d1f Update README with URL for docs. 2007-05-02 06:05:52 +00:00
Bryan O'Sullivan
ce3d15ee01 Turn on optimisation. 2007-05-02 06:02:56 +00:00
Bryan O'Sullivan
c39421c1e2 Add docs. 2007-05-02 05:56:32 +00:00
Bryan O'Sullivan
63b5746c7c Add README. 2007-05-02 05:55:51 +00:00
Bryan O'Sullivan
d4c8a504bb More docs. 2007-05-01 06:24:44 +00:00