Add deepseq to allowNewerPkgs
The `ghc-9.8` branch now includes `deepseq-1.5.0.0` (see ghc/ghc@1228d3a4), but many libraries' `.cabal` files only permit `deepseq < 1.5`. We add `deepseq` to `allowNewerPkgs` in this patch so that `cabal` will ignore these upper version bounds.
parent
bb29ae31
No related branches found
No related tags found
Please register or sign in to comment