-
Ryan Scott authored
The `ghc-9.8` branch now includes `deepseq-1.5.0.0` (see 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.
Ryan Scott authoredThe `ghc-9.8` branch now includes `deepseq-1.5.0.0` (see 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.
Loading