diff --git a/Cabal/ChangeLog.md b/Cabal/ChangeLog.md index a77861d5bd7512f298f8979140a2791f9258d8bf..34a109b17e746dbfb77c30c3f56bcfd294340dd7 100644 --- a/Cabal/ChangeLog.md +++ b/Cabal/ChangeLog.md @@ -1,5 +1,5 @@ -# 3.8.0.20220526 a pre-release [Mikolaj Konarski](mikolaj@well-typed.com) May 2022 - * See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.8.0.20220526.md +# 3.8.0.20220526 a pre-release; [Mikolaj Konarski](mikolaj@well-typed.com) May 2022 + * See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.8.0.20220526.md # 3.6.3.0 March 2022 * See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.3.0.md diff --git a/cabal-install/README.md b/cabal-install/README.md index 76364e6868d8ce422aa2a7640354c7e345e32172..032fe84d24782a945d0c915d36f9ab979a694390 100644 --- a/cabal-install/README.md +++ b/cabal-install/README.md @@ -4,10 +4,9 @@ The cabal-install package See the [Cabal web site] for more information. The `cabal-install` package provides a command line tool named `cabal`. -It uses the [Cabal] library and provides a user interface to the -Cabal/[Hackage] build automation and package management system. It can +It uses the Cabal library and provides a user interface to the +Cabal/Hackage build automation and package management system. It can build and install both local and remote packages, including dependencies. [Cabal web site]: http://www.haskell.org/cabal/ -[Cabal]: ../Cabal/README.md