Skip to content

Commit d949d5f

Browse files
committed
Regenerate CI
1 parent 074f02d commit d949d5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.17.20231110
11+
# version: 0.17.20231219
1212
#
13-
# REGENDATA ("0.17.20231110",["github","cabal.project"])
13+
# REGENDATA ("0.17.20231219",["github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -211,7 +211,7 @@ jobs:
211211
echo " ghc-options: -Werror=missing-methods" >> cabal.project
212212
cat >> cabal.project <<EOF
213213
EOF
214-
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(directory|htar|tar)$/; }' >> cabal.project.local
214+
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(bytestring|directory|htar|tar|unix)$/; }' >> cabal.project.local
215215
cat cabal.project
216216
cat cabal.project.local
217217
- name: dump install plan

cabal.haskell-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
installed: -directory
1+
installed: -directory -unix -bytestring
22
haddock: >= 8.6

0 commit comments

Comments
 (0)