0edef8f7bb
add flag to follow symlinks when recursing
2021-04-16 21:29:00 +02:00
Bryan O'Sullivan
1ed1659a64
Added tag 0.3.6.3 for changeset 958f1753ec6a
2015-01-20 15:34:17 -08:00
Bryan O'Sullivan
4eb574f4c8
Bump version to 0.3.6.3
2015-01-20 15:33:52 -08:00
Bryan O'Sullivan
686e4fd75e
Fix build with GHC 7.10
2015-01-20 15:31:31 -08:00
Bryan O'Sullivan
3404f214ac
Merge #2
2015-01-20 15:28:29 -08:00
Bryan O'Sullivan
b7d7bb5224
Fakey fakey merge
2015-01-20 15:28:02 -08:00
Bryan O'Sullivan
4033c45f0d
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
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
177f53bd99
Merge pull request #6 from asr/master
...
Fixed documentation and buggy example
2015-01-20 15:20:04 -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
45f8f1928a
Fixed a typo that broke the "**" pattern.
...
Fixes #5
2014-12-28 22:56:27 +01: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
43c4b2782e
Fixed buggy example noRCS
2014-06-12 17:47:35 -05:00
Andrés Sicard-Ramírez
cefca01267
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
Andrés Sicard-Ramírez
e9b48a2604
Fixed documentation in Find.hs
2014-06-12 14:48:38 -05:00
Mihaly Barasz
97afb2427d
Add canonicalPath and canonicalName combinators
2014-04-05 22:26:53 +02: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
843e426a2e
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
e4df8a7c53
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
147e01c893
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
02ed4670d8
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
50bdd9d0b4
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
Bryan O'Sullivan
cc78a3c212
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
b2c11abf31
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
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
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
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
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
3d3f70619c
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