Commit Graph

30 Commits

Author SHA1 Message Date
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
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 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 dec60f8a1f Merge pull request #2 from silkapp/master
Fixed two match group bugs
2012-09-09 00:04:58 -07:00
Bryan O'Sullivan d7cd17287a Fix GHC 7.6 build problems 2012-08-29 20:12:51 -07: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 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
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 72da48644f Get working with newer mtl (and GHC 7) 2011-02-08 13:44:01 -08:00
Bryan O'Sullivan 5ebd0ab412 Get things building again 2010-10-10 16:16:47 -07:00
Sergei Trofimovich fb34509cf1 FileManip: migrated to extenible-exceptions
--HG--
extra : convert_revision : 65e5f9c80e000fc9680da857ea7a255f3125b614
2010-03-05 21:19:53 +00:00
Bryan O'Sullivan 323ce1df1b Fix reference to LGPL in sources
--HG--
extra : convert_revision : b39042cb836780b9c8e7902149b8fb86a6a8b49d
2008-02-03 17:52:21 +00:00
Spencer Janssen e8644cb930 Manip.hs uses TypeSynonymInstances
--HG--
extra : convert_revision : ba99de4c3ae7ee9d9d97f3117c3a5ca582f3d569
2007-11-05 07:09:32 +00:00
Bryan O'Sullivan 09544e1403 Strictify the fold.
--HG--
extra : convert_revision : 879510c3a41039e46f4cd117381470a82861d049
2007-06-24 16:59:43 +00:00
Bryan O'Sullivan 097afc9831 Add Glob module, update docs.
--HG--
extra : convert_revision : e114cb9154838d7f74c72671db22dbddb97e3a58
2007-06-24 16:30:41 +00:00
Bryan O'Sullivan 0f27317674 Add docs.
--HG--
extra : convert_revision : 88e724524fcf29c16f7217de5e0886195cbf60ce
2007-05-02 05:56:32 +00:00
Bryan O'Sullivan 812f087b88 More docs.
--HG--
extra : convert_revision : 6c759d41ec6d42d9758387265051a24e82b4c566
2007-05-01 06:24:44 +00:00
Bryan O'Sullivan 28394b9ba1 Drop trace import.
--HG--
extra : convert_revision : c455b43965598e8d3e94e4528d049aed1c724eb9
2007-05-01 05:59:11 +00:00
Bryan O'Sullivan 7e249fd3d2 Add minimal docs.
--HG--
extra : convert_revision : 538c7f076e7f4f4fcce1632f482050a9e208214c
2007-05-01 05:49:58 +00:00
Bryan O'Sullivan 4475f313c4 Reduce verbosity.
--HG--
extra : convert_revision : 06b22ff40f49bb6251adae2c8beed8a757ae84e0
2007-04-30 23:07:37 +00:00
Bryan O'Sullivan 1f5a65b56e Follow links a bit more usefully.
--HG--
extra : convert_revision : 71391f687787d19d094c467eeded471042f4311a
2007-04-30 22:53:13 +00:00
Bryan O'Sullivan c5ccd0a6ab Parameterise modifyWith.
--HG--
extra : convert_revision : 719d7cb72f1ba1a11228a2ee65a41f47a2d04de7
2007-04-30 20:11:13 +00:00
Bryan O'Sullivan ec2fcb2c4a Add Manip module.
--HG--
extra : convert_revision : 38d40de52e0b82b618bdaa0bffe08d89ff60d830
2007-04-30 19:46:06 +00:00
Bryan O'Sullivan 9e5996a5a7 Rename Glob -> GlobPattern.
--HG--
extra : convert_revision : 8d1646ccad02799799ef66d72684d9d110f01654
2007-04-30 17:06:48 +00:00
Bryan O'Sullivan a5675ac014 Fix the type signature of fold, and clean up other names.
--HG--
extra : convert_revision : 33c7ae5ca3ffad927894cb36d4ba4fc4729c76f2
2007-04-30 16:53:55 +00:00
Bryan O'Sullivan 4a365311e6 Working snapshot.
--HG--
extra : convert_revision : 49a538240310e9c819a2ad33fc4589ca824a8c3f
2007-04-30 07:29:32 +00:00
Bryan O'Sullivan 791977cd5c Export more functions.
--HG--
extra : convert_revision : c26159bf75acec5dac52dfffbc54b786ec304d54
2007-04-30 07:08:57 +00:00
Bryan O'Sullivan 460b27badc Add new files.
--HG--
extra : convert_revision : 3b8798ab5761cade42d7f59897f5c0c8564399b2
2007-04-30 06:30:30 +00:00