filemanip/System/FilePath
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
..
Find.hs Get working with newer mtl (and GHC 7) 2011-02-08 13:44:01 -08:00
Glob.hs Get things building again 2010-10-10 16:16:47 -07:00
GlobPattern.hs Fixed matching of groups. 2012-04-17 16:22:19 +02:00
Manip.hs Use System.PosixCompat instead of System.Posix 2011-11-07 10:16:43 +08:00