diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-10-18 08:44:01 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-10-18 08:44:01 +0000 |
commit | 52b0eea0e1a22ce95b1f3b933ee01439234c96a7 (patch) | |
tree | 959d03e5d133d120aa3f8a85533276317ab4b8db /docs | |
parent | 0430775a77e219740b66bf4f1db82d7596fa6744 (diff) | |
download | haskell-52b0eea0e1a22ce95b1f3b933ee01439234c96a7.tar.gz |
hasktags was dropped in GHC 6.12, remove it from the docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/utils.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/utils.xml b/docs/users_guide/utils.xml index 39f4b1a205..0c7f0f6131 100644 --- a/docs/users_guide/utils.xml +++ b/docs/users_guide/utils.xml @@ -6,7 +6,7 @@ <para>This section describes other program(s) which we distribute, that help with the Great Haskell Programming Task.</para> -<!-- comment: hasktags documentation loosely based on that for hstags --> +<!-- comment: hasktags was dropped in GHC 6.12 <sect1 id ="hasktags"> <title>Ctags and Etags for Haskell: <command>hasktags</command></title> @@ -50,6 +50,7 @@ find -name \*.\*hs | xargs hasktags </sect1> +--> <!-- comment: hstags doesn't work anymore <sect1 id="hstags"> |