summaryrefslogtreecommitdiff
path: root/doc/install.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-08 14:48:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-08 14:48:10 -0400
commitf8851aad66974691f1fef9d118eceb7ec909c8f4 (patch)
treeb217dfb9a78263f9f087956495c6b697a70b3c81 /doc/install.mdwn
parent2099407d8aa1b1e94f29de0d9094ccfa6e05e471 (diff)
use Text.Regex.PCRE.Light.Char8 rather than Text.Regexp
Text.Regexp does not think that รก matches . -- seems to be a unicode problem.
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r--doc/install.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn
index 7da45c85b..1cff4462e 100644
--- a/doc/install.mdwn
+++ b/doc/install.mdwn
@@ -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)