diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-08 15:29:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-08 15:29:01 -0400 |
commit | 556b5d9fb7f313b035aff2cff5ee54b9727c71b9 (patch) | |
tree | e7051836d32800f2c09ef084576935f7c8809cb2 /doc/install | |
parent | 626960cd383b620fc06a485e9b6d1f4b475fe0e8 (diff) |
Switch from using regex-compat to regex-tdfa, as the C regex library is rather buggy.
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/fromscratch.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/fromscratch.mdwn b/doc/install/fromscratch.mdwn index 0adadc637..4c48d7502 100644 --- a/doc/install/fromscratch.mdwn +++ b/doc/install/fromscratch.mdwn @@ -19,7 +19,7 @@ quite a lot. * [DAV](http://hackage.haskell.org/package/DAV) (optional) * [SafeSemaphore](http://hackage.haskell.org/package/SafeSemaphore) * [UUID](http://hackage.haskell.org/package/uuid) - * [Glob](http://hackage.haskell.org/package/Glob) + * [regex-tdfa](http://hackage.haskell.org/package/regex-tdfa) * Optional haskell stuff, used by the [[assistant]] and its webapp (edit Makefile to disable) * [stm](http://hackage.haskell.org/package/stm) (version 2.3 or newer) |