Skip to content

Commit e3671cd

Browse files
snoybergborsboom
authored andcommitted
Drop GHC 8.4 and 8.6 support
1 parent 376b5c7 commit e3671cd

File tree

5 files changed

+3
-106
lines changed

5 files changed

+3
-106
lines changed

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
include:
49-
- os: ubuntu-latest
50-
stack-yaml: stack-ghc-84.yaml
51-
extra-suffix: ""
52-
stack-args: ""
53-
- os: ubuntu-latest
54-
stack-yaml: stack-ghc-86.yaml
55-
extra-suffix: ""
56-
stack-args: ""
5749
- os: ubuntu-latest
5850
stack-yaml: stack-ghc-88.yaml
5951
extra-suffix: ""

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ github: commercialhaskell/stack
2222
homepage: http://haskellstack.org
2323
custom-setup:
2424
dependencies:
25-
- base >=4.10 && < 5
25+
- base >=4.13 && < 5
2626
- Cabal
2727
- filepath
2828
extra-source-files:

stack-ghc-84.yaml

Lines changed: 0 additions & 55 deletions
This file was deleted.

stack-ghc-86.yaml

Lines changed: 0 additions & 40 deletions
This file was deleted.

stack.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 2.0
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: a7991e56b8dd0142add4bc2a07936396678427485a932aab9ca6c721d036b3a3
7+
-- hash: 08598058e5bbf079a51f3a86109460e78eca2b1157c655b140096979963c432e
88

99
name: stack
1010
version: 2.7.0.2
@@ -74,7 +74,7 @@ source-repository head
7474
custom-setup
7575
setup-depends:
7676
Cabal
77-
, base >=4.10 && <5
77+
, base >=4.13 && <5
7878
, filepath
7979

8080
flag developer-mode

0 commit comments

Comments
 (0)