Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ workflows:
version: 2
multiple-ghcs:
jobs:
- ghc-8.2.1
- ghc-8.2.2
- ghc-8.4.2
- ghc-8.4.3
Expand Down
17 changes: 0 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ jobs:
env: GHC_VER="8.2.2"
script: *setup

- stage: setup
env: GHC_VER="8.2.1"
script: *setup

- stage: dependencies
env: GHC_VER="8.4.4"
script: &dependencies
Expand All @@ -75,10 +71,6 @@ jobs:
env: GHC_VER="8.2.2"
script: *dependencies

- stage: dependencies
env: GHC_VER="8.2.1"
script: *dependencies

- stage: test
env: GHC_VER="8.4.4"
script: &test
Expand All @@ -96,10 +88,6 @@ jobs:
env: GHC_VER="8.2.2"
script: *test

- stage: test
env: GHC_VER="8.2.1"
script: *test

- stage: deploy
env: GHC_VER="8.4.4"
script: &deploy
Expand Down Expand Up @@ -135,8 +123,3 @@ jobs:
env: GHC_VER="8.2.2"
script: *deploy
deploy: *upload

- stage: deploy
env: GHC_VER="8.2.1"
script: *deploy
deploy: *upload
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ environment:
- GHCVER: 8.4.3
- GHCVER: 8.4.2
- GHCVER: 8.2.2
- GHCVER: 8.2.1
install:
- cmd: >-
git submodule update --init --recursive
Expand Down
45 changes: 0 additions & 45 deletions stack-8.2.1.yaml

This file was deleted.