From a3a49e4fc8cd884070e6e589e6116a885bdbc1cd Mon Sep 17 00:00:00 2001 From: ffaf1 Date: Sun, 29 Sep 2024 03:42:17 +0200 Subject: [PATCH] Update generation instructions `--haddock-hoogle` is the correct `cabal` option --- docs/Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Install.md b/docs/Install.md index 0563716f2..4413142c5 100644 --- a/docs/Install.md +++ b/docs/Install.md @@ -11,7 +11,7 @@ The remainder of this document covers generating Hoogle databases, then searchin ## Generate a Hoogle database -There are several different use cases for generating databases. All ultimately take text files (usually with extension `.txt`) which are a list of functions and their types, along with information about type synonyms, instances etc. The textual database files can be generated by [Cabal](https://haskell.org/cabal/) with `cabal haddock --hoogle`. +There are several different use cases for generating databases. All ultimately take text files (usually with extension `.txt`) which are a list of functions and their types, along with information about type synonyms, instances etc. The textual database files can be generated by [Cabal](https://haskell.org/cabal/) with `cabal haddock --haddock-hoogle`. ### Index all of Stackage