File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 87
87
compilerVersion : 8.2.2
88
88
setup-method : ghcup
89
89
allow-failure : false
90
- - compiler : ghc-8.0.2
91
- compilerKind : ghc
92
- compilerVersion : 8.0.2
93
- setup-method : ghcup
94
- allow-failure : false
95
90
fail-fast : false
96
91
steps :
97
92
- name : apt
@@ -201,8 +196,8 @@ jobs:
201
196
touch cabal.project
202
197
touch cabal.project.local
203
198
echo "packages: ${PKGDIR_HTTP}" >> cabal.project
204
- if [ $((HCNUMVER >= 80200)) -ne 0 ] ; then echo "package HTTP" >> cabal.project ; fi
205
- if [ $((HCNUMVER >= 80200)) -ne 0 ] ; then echo " ghc-options: -Werror=missing-methods" >> cabal.project ; fi
199
+ echo "package HTTP" >> cabal.project
200
+ echo " ghc-options: -Werror=missing-methods" >> cabal.project
206
201
cat >> cabal.project <<EOF
207
202
EOF
208
203
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(HTTP)$/; }' >> cabal.project.local
Original file line number Diff line number Diff line change @@ -69,7 +69,8 @@ tested-with:
69
69
GHC == 8.6.5
70
70
GHC == 8.4.4
71
71
GHC == 8.2.2
72
- GHC == 8.0.2
72
+ -- CI failing for GHC 8.0 because of https://github.com/haskell/cabal/issues/10379
73
+ -- GHC == 8.0.2
73
74
74
75
Source-Repository head
75
76
type : git
You can’t perform that action at this time.
0 commit comments