Skip to content

Commit a1df8ab

Browse files
committed
WIP
1 parent 9d72d6a commit a1df8ab

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,7 @@ jobs:
233233
if [ $((HCNUMVER >= 90000)) -ne 0 ] ; then echo "package splitmix" >> cabal.project ; fi
234234
if [ $((HCNUMVER >= 90000)) -ne 0 ] ; then echo " ghc-options: -Werror=incomplete-patterns -Werror=incomplete-uni-patterns" >> cabal.project ; fi
235235
cat >> cabal.project <<EOF
236-
allow-newer: async-2.2.5:base
237-
allow-newer: hashable-1.4.4.0:base
238-
allow-newer: hashable-1.4.4.0:containers
236+
allow-newer: tagged-0.8.9:template-haskell
239237
EOF
240238
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(splitmix)$/; }' >> cabal.project.local
241239
cat cabal.project

cabal.project

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ packages: .
22

33
tests: True
44

5-
allow-newer: async-2.2.5:base
6-
allow-newer: hashable-1.4.4.0:base
7-
allow-newer: hashable-1.4.4.0:containers
5+
allow-newer: tagged-0.8.9:template-haskell

0 commit comments

Comments
 (0)