File tree 2 files changed +2
-8
lines changed 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 92
92
compilerVersion : 8.2.2
93
93
setup-method : ghcup
94
94
allow-failure : false
95
- - compiler : ghc-8.0.2
96
- compilerKind : ghc
97
- compilerVersion : 8.0.2
98
- setup-method : ghcup
99
- allow-failure : false
100
95
fail-fast : false
101
96
steps :
102
97
- name : apt-get install
@@ -211,8 +206,8 @@ jobs:
211
206
touch cabal.project
212
207
touch cabal.project.local
213
208
echo "packages: ${PKGDIR_vector_algorithms}" >> cabal.project
214
- if [ $((HCNUMVER >= 80200)) -ne 0 ] ; then echo "package vector-algorithms" >> cabal.project ; fi
215
- if [ $((HCNUMVER >= 80200)) -ne 0 ] ; then echo " ghc-options: -Werror=missing-methods" >> cabal.project ; fi
209
+ echo "package vector-algorithms" >> cabal.project
210
+ echo " ghc-options: -Werror=missing-methods" >> cabal.project
216
211
cat >> cabal.project <<EOF
217
212
EOF
218
213
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(vector-algorithms)$/; }' >> cabal.project.local
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ tested-with:
30
30
GHC == 8.6.5
31
31
GHC == 8.4.4
32
32
GHC == 8.2.2
33
- GHC == 8.0.2
34
33
35
34
flag BoundsChecks
36
35
description : Enable bounds checking
You can’t perform that action at this time.
0 commit comments