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:
parent
2099407d8a
commit
f8851aad66
3 changed files with 5 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue