File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.17.20231110
11
+ # version: 0.17.20231219
12
12
#
13
- # REGENDATA ("0.17.20231110 ",["github","cabal.project"])
13
+ # REGENDATA ("0.17.20231219 ",["github","cabal.project"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
@@ -211,7 +211,7 @@ jobs:
211
211
echo " ghc-options: -Werror=missing-methods" >> cabal.project
212
212
cat >> cabal.project <<EOF
213
213
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
215
215
cat cabal.project
216
216
cat cabal.project.local
217
217
- name : dump install plan
Original file line number Diff line number Diff line change 1
- installed: -directory
1
+ installed: -directory -unix -bytestring
2
2
haddock: >= 8.6
You can’t perform that action at this time.
0 commit comments