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

Improvements of install script and macos-installhs-cabal new azure job #1665

Merged
merged 17 commits into from
Feb 27, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add specific cabal.project for ghc-8.8.2
  • Loading branch information
jneira committed Feb 24, 2020
commit b7f93eed53315593d6fccf009be298cddfc07eea
32 changes: 32 additions & 0 deletions cabal.project-8.8.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
packages:
./
./hie-plugin-api/

-- ./submodules/HaRe

-- To avoid build error with ghc-8.8.2
-- See https://github.com/haskell/haddock/issues/1123
source-repository-package
type: git
location: https://github.com/haskell/haddock.git
subdir: haddock-api
tag: be8b02c4e3cffe7d45b3dad0a0f071d35a274d65

source-repository-package
type: git
location: https://github.com/jneira/cabal-helper.git
tag: ffb1f57a5ffc6b7ac3c46a9974c4420a6d2bb9b2

tests: true

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

write-ghc-environment-files: never

index-state: 2020-02-05T07:49:28Z