Skip to content

Commit caf2a53

Browse files
committed
Removed GHC 8.10.7 and GHC 9.0.2 from tested-with and CI
1 parent 61c6e13 commit caf2a53

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,6 @@ jobs:
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

typed-process-effectful.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extra-doc-files:
3232
extra-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

3737
source-repository head
3838
type: git

0 commit comments

Comments
 (0)