diff options
author | Duncan Coutts <duncan.coutts@worc.ox.ac.uk> | 2006-09-05 23:20:47 +0000 |
---|---|---|
committer | Duncan Coutts <duncan.coutts@worc.ox.ac.uk> | 2006-09-05 23:20:47 +0000 |
commit | 93c274ab468687d45c3abf0b33314b5b554f133f (patch) | |
tree | 7bc61904bf9ded843fb04250bef870a3e0b8791e | |
parent | 3c604148f96f21b27aaeacad6da461ee088a9f73 (diff) | |
download | haskell-93c274ab468687d45c3abf0b33314b5b554f133f.tar.gz |
Correct the Cabal version number and remove features.
We're not going to include cabal-setup and cabal-install in this release.
-rw-r--r-- | docs/users_guide/6.6-notes.xml | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml index 7a2dbb4251..6582935914 100644 --- a/docs/users_guide/6.6-notes.xml +++ b/docs/users_guide/6.6-notes.xml @@ -761,7 +761,7 @@ <itemizedlist> <listitem> <para> - Version number 1.1.5 (was 1.1.4). + Version number 1.1.6 (was 1.1.4). </para> </listitem> <listitem> @@ -784,24 +784,6 @@ </listitem> <listitem> <para> - Added <filename>cabal-setup</filename>, a user interface to - building and installing Cabal packages. - </para> - </listitem> - <listitem> - <para> - Added <filename>cabal-install</filename>, an automated - installer for cabal packages. - </para> - </listitem> - <listitem> - <para> - There is now a <literal>Network.Hackage</literal> hierarchy - for code needed by hackage, the package server. - </para> - </listitem> - <listitem> - <para> There are now modules <literal>Distribution.Simple.<replaceable>compiler</replaceable></literal> for each of <literal>GHC</literal>, <literal>NHC</literal>, |