Skip to content

Commit

Permalink
stop supporting GHC 8.0, 8.2, and 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Feb 10, 2021
1 parent 24374b7 commit 1d0d1dc
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 282 deletions.
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

0 comments on commit 1d0d1dc

Please sign in to comment.