Commit Graph

138 Commits

Author SHA1 Message Date
Bryan O'Sullivan b7d7bb5224 Fakey fakey merge 2015-01-20 15:28:02 -08:00
Bryan O'Sullivan a63dc611b3 Merge pull request #7 from madjar/master
Fixed a typo that broke the "**" pattern.
2015-01-20 15:20:18 -08:00
Bryan O'Sullivan 200bc23246 Merge pull request #6 from asr/master
Fixed documentation and buggy example
2015-01-20 15:20:04 -08:00
Bryan O'Sullivan 705e021bcb Merge pull request #4 from nilcons-contrib/canonical
Add canonicalPath and canonicalName combinators
2015-01-20 15:19:42 -08:00
Georges Dubus b1120a3253 Fixed a typo that broke the "**" pattern.
Fixes #5
2014-12-28 22:56:27 +01:00
Andrés Sicard-Ramírez cefca01267 Fixed buggy example noRCS 2014-06-12 17:47:35 -05:00
Andrés Sicard-Ramírez e9b48a2604 Fixed documentation in Find.hs 2014-06-12 14:48:38 -05:00
Mihaly Barasz c48442dbfe Add canonicalPath and canonicalName combinators 2014-04-05 22:26:53 +02:00
Bryan O'Sullivan 41cd3ac887 Added tag 0.3.6.2 for changeset 72891e0e9706 2012-09-09 00:05:36 -07:00
Bryan O'Sullivan d5f8dfac0b Added tag 0.3.6.2 for changeset 72891e0e9706 2012-09-09 00:05:36 -07:00
Bryan O'Sullivan 32105405f8 Bump version to 0.3.6.2 2012-09-09 00:05:32 -07:00
Bryan O'Sullivan f86debf3c1 Bump version to 0.3.6.2 2012-09-09 00:05:32 -07:00
Bryan O'Sullivan 53c3aa2e1d Merge pull request #2 from silkapp/master
Fixed two match group bugs
2012-09-09 00:04:58 -07:00
Bryan O'Sullivan dec60f8a1f Merge pull request #2 from silkapp/master
Fixed two match group bugs
2012-09-09 00:04:58 -07:00
Bryan O'Sullivan 591909e7bc Added tag 0.3.6.1 for changeset 4c6a1170cb18 2012-08-29 20:13:15 -07:00
Bryan O'Sullivan f203c1a295 Added tag 0.3.6.1 for changeset 4c6a1170cb18 2012-08-29 20:13:15 -07:00
Bryan O'Sullivan 4bbf5ce0c8 Bump version to 0.3.6.1 2012-08-29 20:13:11 -07:00
Bryan O'Sullivan 7237db6264 Bump version to 0.3.6.1 2012-08-29 20:13:11 -07:00
Bryan O'Sullivan a0839097e9 Fix GHC 7.6 build problems 2012-08-29 20:12:51 -07:00
Bryan O'Sullivan d7cd17287a Fix GHC 7.6 build problems 2012-08-29 20:12:51 -07:00
Erik Hesselink 3d7c10d34f Bump version to 0.3.6.1. 2012-04-17 16:22:19 +02:00
Erik Hesselink 604d1aded8 Bump version to 0.3.6.1. 2012-04-17 16:22:19 +02:00
Erik Hesselink cb3b1a75a6 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 0fb804cc21 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 c07090e251 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
Erik Hesselink 213cefa832 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 5e1c7899ac Added tag 0.3.6.0 for changeset ffce91ed40c6 2011-11-13 19:36:56 -08:00
Bryan O'Sullivan 9eb58d22f1 Added tag 0.3.6.0 for changeset ffce91ed40c6 2011-11-13 19:36:56 -08:00
Bryan O'Sullivan b07fb4997f Bump version to 0.3.6.0 2011-11-13 19:36:48 -08:00
Bryan O'Sullivan 2108b0cb3c Bump version to 0.3.6.0 2011-11-13 19:36:48 -08:00
Bryan O'Sullivan 37e5bb6760 Merge pull request #1 from jystic/master
Fixed build problem on windows
2011-11-13 19:35:27 -08:00
Bryan O'Sullivan ed24bcaaa3 Merge pull request #1 from jystic/master
Fixed build problem on windows
2011-11-13 19:35:27 -08:00
Bryan O'Sullivan 15a9f69b65 Update URLs 2011-11-13 19:24:59 -08:00
Bryan O'Sullivan 342a04bf7d Update URLs 2011-11-13 19:24:59 -08:00
Jacob Stanley 609b7e8046 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
Jacob Stanley 5d7c44c690 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 1bfe4c50c3 Added tag 0.3.5.2 for changeset 26a8ade60b05 2011-02-08 13:46:09 -08:00
Bryan O'Sullivan acb9d13766 Added tag 0.3.5.2 for changeset 26a8ade60b05 2011-02-08 13:46:09 -08:00
Bryan O'Sullivan c1b3ae1a13 Add bug report and homepage links 2011-02-08 13:46:06 -08:00
Bryan O'Sullivan e17849e1de Add bug report and homepage links 2011-02-08 13:46:06 -08:00
Bryan O'Sullivan 083cc33a57 Get working with newer mtl (and GHC 7) 2011-02-08 13:44:01 -08:00
Bryan O'Sullivan 72da48644f Get working with newer mtl (and GHC 7) 2011-02-08 13:44:01 -08:00
Bryan O'Sullivan e137541510 Added tag 0.3.5.1 for changeset 072c321a639d 2010-11-01 21:21:43 -07:00
Bryan O'Sullivan 3e57adf369 Added tag 0.3.5.1 for changeset 072c321a639d 2010-11-01 21:21:43 -07:00
Bryan O'Sullivan df7b554402 Fix dependency on mtl 2010-11-01 21:21:12 -07:00
Bryan O'Sullivan 5b0239278d Fix dependency on mtl 2010-11-01 21:21:12 -07:00
Bryan O'Sullivan 88531e8ae7 Added tag 0.3.5.0 for changeset 64cd3627a707 2010-10-10 16:17:07 -07:00
Bryan O'Sullivan 0bce865d1e Added tag 0.3.5.0 for changeset 64cd3627a707 2010-10-10 16:17:07 -07:00
Bryan O'Sullivan 6fb691b65d Get things building again 2010-10-10 16:16:47 -07:00
Bryan O'Sullivan 5ebd0ab412 Get things building again 2010-10-10 16:16:47 -07:00