use Text.Regex.PCRE.Light.Char8 rather than Text.Regexp

Text.Regexp does not think that á matches . -- seems to be a unicode
problem.
This commit is contained in:
Joey Hess 2010-12-08 14:48:10 -04:00
parent 2099407d8a
commit f8851aad66
3 changed files with 5 additions and 4 deletions

View file

@ -3,6 +3,7 @@ To build and use git-annex, you will need:
* `git`: <http://git-scm.com/>
* The Haskell Platform: <http://haskell.org/platform/>
* MissingH: <http://github.com/jgoerzen/missingh/wiki>
* pcre-light: <http://hackage.haskell.org/package/pcre-light>
* `uuid`: <http://www.ossp.org/pkg/lib/uuid/>
* `xargs`: <http://savannah.gnu.org/projects/findutils/>
* `rsync`: <http://rsync.samba.org/> (optional but recommended)