From 60b8e14b4016a879f356cc61097436b346674dde Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Sun, 8 Oct 2023 17:16:59 +0200 Subject: [PATCH] Update cabal haddock option The --hoogle option is not supported by recent versions of `cabal haddock`, one must do `cabal haddock --haddock-hoogle` --- docs/Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Install.md b/docs/Install.md index 0563716f..4413142c 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