haskell.packages.ghc901.memory: 0.15 -> 0.16

Upgrade to 0.16 which has GHC 9.0.x support. Interesting since
cabal2nix depends on memory.
This commit is contained in:
sternenseemann 2021-06-10 15:33:30 +02:00
parent c145f7930d
commit c6ed4577ab

View File

@ -101,4 +101,7 @@ self: super: {
# 5 introduced support for GHC 9.0.x, but hasn't landed in stackage yet
lens = super.lens_5_0_1;
# 0.16.0 introduced support for GHC 9.0.x, stackage has 0.15.0
memory = super.memory_0_16_0;
}