Skip to content

Commit

Permalink
Merge pull request #94 from haskell/drop-ghc-lt-8-6
Browse files Browse the repository at this point in the history
Drop support for GHC < 8.6
  • Loading branch information
mixphix committed Jan 26, 2023
2 parents d0a716b + d8d2642 commit ae1ac1c
Show file tree
Hide file tree
Showing 7 changed files with 598 additions and 550 deletions.
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
17a9895f94d3e86c55ee4a57affdf0b15db39aab
22 changes: 6 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,15 @@ jobs:
compilerVersion: 8.10.7
setup-method: ghcup
allow-failure: false
- compiler: ghc-8.6.5
compilerKind: ghc
compilerVersion: 8.6.5
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-8.4.4
compilerKind: ghc
compilerVersion: 8.4.4
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-8.2.2
- compiler: ghc-8.8.4
compilerKind: ghc
compilerVersion: 8.2.2
setup-method: hvr-ppa
compilerVersion: 8.8.4
setup-method: ghcup
allow-failure: false
- compiler: ghc-8.0.2
- compiler: ghc-8.6.5
compilerKind: ghc
compilerVersion: 8.0.2
setup-method: hvr-ppa
compilerVersion: 8.6.5
setup-method: ghcup
allow-failure: false
fail-fast: false
steps:
Expand Down
Loading

0 comments on commit ae1ac1c

Please sign in to comment.