Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1773 from jneira/fix-cabal-8.6.5-build
Browse files Browse the repository at this point in the history
Avoid building docs for haddock-api + cabal + ghc-8.6.5 to fix the install script build
  • Loading branch information
jneira committed May 23, 2020
2 parents 60c5d3a + e348acd commit fe630a1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions cabal.project-8.6.5
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fe630a1

Please sign in to comment.