From e348acda6f597d26a10926f5b55f22b4e2242315 Mon Sep 17 00:00:00 2001 From: jneira Date: Wed, 20 May 2020 11:05:18 +0200 Subject: [PATCH] Avoid building docs for haddock-api --- cabal.project-8.6.5 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 cabal.project-8.6.5 diff --git a/cabal.project-8.6.5 b/cabal.project-8.6.5 new file mode 100644 index 000000000..fb9fa7ea6 --- /dev/null +++ b/cabal.project-8.6.5 @@ -0,0 +1,25 @@ +packages: + ./ + ./hie-plugin-api/ + + -- ./submodules/HaRe + +tests: true + +-- The build is failing due a cabal bug involving haddock +-- see https://github.com/haskell/haskell-ide-engine/issues/1741 +package haddock-api + documentation: False + +package haskell-ide-engine + test-show-details: direct + +-- Match the flag settings we use in stac builds +constraints: + haskell-ide-engine +pedantic, + hie-plugin-api +pedantic, + ghc-lib-parser == 8.8.2.20200205 + +write-ghc-environment-files: never + +index-state: 2020-05-12T16:28:12Z