File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ jobs:
225225 package bytestring
226226 tests: False
227227 EOF
228- $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(Cabal|cabal-install-parsers|haskell-ci)$/; }' >> cabal.project.local
228+ $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(Cabal|Cabal-syntax| cabal-install-parsers|haskell-ci|parsec )$/; }' >> cabal.project.local
229229 cat cabal.project
230230 cat cabal.project.local
231231 - name : dump install plan
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ haddock: True
4646
4747-- By default `installed` constraints are used for packages
4848-- in global db. We can modify which constraints are used.
49- installed: +all -Cabal
49+ installed: +all -Cabal -Cabal-syntax -parsec
5050
5151-- Options for local packages
5252local-ghc-options: -Werror
Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ keep-going: False
493493package bytestring
494494 tests: False
495495EOF
496- $HCPKG list --simple-output --names-only | perl -ne ' for (split /\s+/) { print "constraints: $_ installed\n" unless /^(Cabal|cabal-install-parsers|haskell-ci)$/; }' >> cabal.project.local
496+ $HCPKG list --simple-output --names-only | perl -ne ' for (split /\s+/) { print "constraints: $_ installed\n" unless /^(Cabal|Cabal-syntax| cabal-install-parsers|haskell-ci|parsec )$/; }' >> cabal.project.local
497497run_cmd cat cabal.project
498498run_cmd cat cabal.project.local
499499
You can’t perform that action at this time.
0 commit comments