File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -270,8 +270,6 @@ jobs:
270
270
echo " ghc-options: -Werror=missing-methods" >> cabal.project
271
271
cat >> cabal.project <<EOF
272
272
allow-newer: hermes-json:attoparsec-iso8601
273
- allow-newer: network-uri:deepseq
274
- allow-newer: attoparsec:ghc-prim
275
273
EOF
276
274
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(aeson|aeson-benchmarks|aeson-examples|attoparsec-aeson|attoparsec-iso8601|text-iso8601)$/; }' >> cabal.project.local
277
275
cat cabal.project
Original file line number Diff line number Diff line change @@ -12,9 +12,3 @@ allow-newer: hermes-json:attoparsec-iso8601
12
12
13
13
-- packages: https://hackage.haskell.org/package/libperf-0.1/candidate/libperf-0.1.tar.gz
14
14
-- packages: https://hackage.haskell.org/package/tasty-perfbench-0.1/candidate/tasty-perfbench-0.1.tar.gz
15
-
16
- -- https://github.com/haskell/network-uri
17
- allow-newer : network-uri :deepseq
18
-
19
- -- https://github.com/haskell/attoparsec/issues/223
20
- allow-newer : attoparsec :ghc-prim
You can’t perform that action at this time.
0 commit comments