Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop supporting GHC 8.0, 8.2, and 8.4 #50

Merged
merged 1 commit into from
Feb 10, 2021
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
18 changes: 0 additions & 18 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,6 @@ jobs:
stack_args: ''
flags: '--flag toysolver:BuildToyFMF --flag toysolver:BuildSamplePrograms --flag toysolver:BuildMiscPrograms --flag toysolver:OpenCL'
coveralls: false
- ghc: '8.4.4'
os: ubuntu-latest
stack_yaml: 'stack-ghc-8.4.yaml'
stack_args: ''
flags: '--flag toysolver:BuildToyFMF --flag toysolver:BuildSamplePrograms --flag toysolver:BuildMiscPrograms --flag toysolver:OpenCL'
coveralls: false
- ghc: '8.2.2'
os: ubuntu-latest
stack_yaml: 'stack-ghc-8.2.yaml'
stack_args: ''
flags: '--flag toysolver:BuildToyFMF --flag toysolver:BuildSamplePrograms --flag toysolver:BuildMiscPrograms --flag toysolver:OpenCL'
coveralls: false
- ghc: '8.0.2'
os: ubuntu-latest
stack_yaml: 'stack-ghc-8.0.yaml'
stack_args: ''
flags: '--flag toysolver:BuildToyFMF --flag toysolver:BuildSamplePrograms --flag toysolver:BuildMiscPrograms --flag toysolver:OpenCL'
coveralls: false
steps:
- uses: actions/checkout@v2
with:
Expand Down
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ matrix:
# compiler: ": #GHC 8.8.4"
#- env: STACK_YAML=stack-ghc-8.6.yaml
# compiler: ": #GHC 8.6.5"
#- env: STACK_YAML=stack-ghc-8.4.yaml
# compiler: ": #GHC 8.4.4"
#- env: STACK_YAML=stack-ghc-8.2.yaml
# compiler: ": #GHC 8.2.2"
#- env: STACK_YAML=stack-ghc-8.0.yaml
# compiler: ": #GHC 8.0.2"

# Caching so the next build will be fast too.
cache:
Expand Down
86 changes: 0 additions & 86 deletions stack-ghc-8.0.yaml

This file was deleted.

84 changes: 0 additions & 84 deletions stack-ghc-8.2.yaml

This file was deleted.

85 changes: 0 additions & 85 deletions stack-ghc-8.4.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions toysolver.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ Description: Toy-level solver implementation of various problems including SAT,
Homepage: https://github.com/msakai/toysolver/
Bug-Reports: https://github.com/msakai/toysolver/issues
Tested-With:
GHC ==8.0.2
GHC ==8.2.2
GHC ==8.4.4
GHC ==8.6.5
GHC ==8.8.4
GHC ==8.10.2
Expand Down