File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 6565 compilerVersion : 9.2.8
6666 setup-method : ghcup
6767 allow-failure : false
68- - compiler : ghc-9.0.2
69- compilerKind : ghc
70- compilerVersion : 9.0.2
71- setup-method : ghcup
72- allow-failure : false
73- - compiler : ghc-8.10.7
74- compilerKind : ghc
75- compilerVersion : 8.10.7
76- setup-method : ghcup
77- allow-failure : false
7868 fail-fast : false
7969 steps :
8070 - name : apt-get install
@@ -208,8 +198,8 @@ jobs:
208198 echo " ghc-options: -Werror=missing-methods -Werror=missing-fields" >> cabal.project
209199 if [ $((HCNUMVER >= 90400)) -ne 0 ] ; then echo "package typed-process-effectful" >> cabal.project ; fi
210200 if [ $((HCNUMVER >= 90400)) -ne 0 ] ; then echo " ghc-options: -Werror=unused-packages" >> cabal.project ; fi
211- if [ $((HCNUMVER >= 90000)) -ne 0 ] ; then echo "package typed-process-effectful" >> cabal.project ; fi
212- if [ $((HCNUMVER >= 90000)) -ne 0 ] ; then echo " ghc-options: -Werror=incomplete-patterns -Werror=incomplete-uni-patterns" >> cabal.project ; fi
201+ echo "package typed-process-effectful" >> cabal.project
202+ echo " ghc-options: -Werror=incomplete-patterns -Werror=incomplete-uni-patterns" >> cabal.project
213203 cat >> cabal.project <<EOF
214204 EOF
215205 $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(typed-process-effectful)$/; }' >> cabal.project.local
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ extra-doc-files:
3232extra-source-files :
3333 LICENSE.md
3434
35- tested-with : ghc == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.8 || == 9.6.7 || == 9.8.4 || == 9.10.3 || == 9.12.2
35+ tested-with : ghc == 9.2.8 || == 9.4.8 || == 9.6.7 || == 9.8.4 || == 9.10.3 || == 9.12.2
3636
3737source-repository head
3838 type : git
You can’t perform that action at this time.
0 commit comments