File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,6 +2,4 @@ packages: .
22
33tests : 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
You can’t perform that action at this time.
0 commit comments