File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.19.20241223
11
+ # version: 0.19.20250104
12
12
#
13
- # REGENDATA ("0.19.20241223 ",["github","cabal.project"])
13
+ # REGENDATA ("0.19.20250104 ",["github","cabal.project"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
95
95
chmod a+x "$HOME/.ghcup/bin/ghcup"
96
96
- name : Install cabal-install
97
97
run : |
98
- "$HOME/.ghcup/bin/ghcup" install cabal 3.14.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
99
- echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
98
+ "$HOME/.ghcup/bin/ghcup" install cabal 3.14.1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
99
+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
100
100
- name : Install GHC (GHCup)
101
101
if : matrix.setup-method == 'ghcup'
102
102
run : |
@@ -223,8 +223,6 @@ jobs:
223
223
echo "package lattices" >> cabal.project
224
224
echo " ghc-options: -Werror=missing-methods" >> cabal.project
225
225
cat >> cabal.project <<EOF
226
- allow-newer: quickcheck-instances-0.3.32:base
227
- allow-newer: these-1.2.1:base
228
226
EOF
229
227
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(lattices)$/; }' >> cabal.project.local
230
228
cat cabal.project
Original file line number Diff line number Diff line change 1
1
packages : .
2
2
tests : true
3
-
4
- allow-newer : quickcheck-instances-0.3.32 :base
5
- allow-newer : these-1.2.1 :base
You can’t perform that action at this time.
0 commit comments