diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-25 18:45:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-25 18:45:09 -0400 |
commit | 425b6fca0046d6fb8ddd8a8a4f2bd77fef52c25d (patch) | |
tree | eec260145fb8df2a8160e6dc3b248751878e381d /doc/install/fromscratch.mdwn | |
parent | 7b15c2146cb3fcb60a95dd6df435b34bd97e39db (diff) |
metadata: FIeld names are now case insensative.
Diffstat (limited to 'doc/install/fromscratch.mdwn')
-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 6cc2d90c6..210b6ed7f 100644 --- a/doc/install/fromscratch.mdwn +++ b/doc/install/fromscratch.mdwn @@ -26,6 +26,7 @@ quite a lot. * [extensible-exceptions](http://hackage.haskell.org/package/extensible-exceptions) * [feed](http://hackage.haskell.org/package/feed) * [async](http://hackage.haskell.org/package/async) + * [case-insensitive](http://hackage.haskell.org/package/case-insensitive) * [stm](http://hackage.haskell.org/package/stm) (version 2.3 or newer) * Optional haskell stuff, used by the [[assistant]] and its webapp @@ -36,7 +37,6 @@ quite a lot. * [yesod-static](http://hackage.haskell.org/package/yesod-static) * [yesod-default](http://hackage.haskell.org/package/yesod-default) * [data-default](http://hackage.haskell.org/package/data-default) - * [case-insensitive](http://hackage.haskell.org/package/case-insensitive) * [http-types](http://hackage.haskell.org/package/http-types) * [wai](http://hackage.haskell.org/package/wai) * [wai-logger](http://hackage.haskell.org/package/wai-logger) |