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

Add 8.8.2 stack file and CI #1607

Merged
merged 8 commits into from
Jan 27, 2020
Merged
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,16 @@ jobs:
- STACK_FILE: "stack-8.6.5.yaml"
<<: *defaults

ghc-8.8.1:
environment:
- STACK_FILE: "stack-8.8.1.yaml"
<<: *defaults

ghc-8.8.2:
environment:
- STACK_FILE: "stack-8.8.2.yaml"
<<: *defaults

ghc-nightly:
environment:
- STACK_FILE: "stack.yaml"
Expand Down Expand Up @@ -171,5 +181,7 @@ workflows:
- ghc-8.4.4
- ghc-8.6.4
- ghc-8.6.5
- ghc-8.8.1
- ghc-8.8.2
- ghc-nightly
- cabal
43 changes: 43 additions & 0 deletions stack-8.8.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
resolver: nightly-2020-01-25
packages:
- .
- hie-plugin-api

extra-deps:
# - ./submodules/HaRe

- apply-refact-0.7.0.0
- bytestring-trie-0.2.5.0
- cabal-helper-1.0.0.0
- clock-0.7.2
- constrained-dynamic-0.1.0.0
- floskell-0.10.2
- ghc-lib-parser-ex-8.8.2
- git: https://github.com/haskell/haddock.git
commit: be8b02c4e3cffe7d45b3dad0a0f071d35a274d65
subdirs:
- haddock-api
- haddock-library-1.8.0
- haskell-src-exts-1.21.1
- hie-bios-0.3.2
- hlint-2.2.8
- hoogle-5.0.17.11
- hsimport-0.11.0
- ilist-0.3.1.0
- monad-dijkstra-0.1.1.2
- ormolu-0.0.3.1
- semigroups-0.18.5
- temporary-1.2.1.1

flags:
haskell-ide-engine:
pedantic: true
hie-plugin-api:
pedantic: true

# allow-newer: true

nix:
packages: [ icu libcxx zlib ]

concurrent-tests: false