Skip to content
  • Ryan Scott's avatar
    099fc00c
    Add deepseq to allowNewerPkgs · 099fc00c
    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.
    099fc00c
    Add deepseq to allowNewerPkgs
    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.
Loading