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 #1279 from alanz/drop-8.2.1
Browse files Browse the repository at this point in the history
Drop GHC 8.2.1 support
  • Loading branch information
alanz authored Jun 1, 2019
2 parents 55625e0 + 1f7d3fa commit 6441c5f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 64 deletions.
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.

0 comments on commit 6441c5f

Please sign in to comment.