haskell.packages.ghc96.memory: bump version

This change enables using the memory package.
This commit is contained in:
Tristan Cacqueray 2023-03-26 17:37:36 +00:00 committed by sternenseemann
parent e9c1dac2ab
commit 2e6a5a6ad2

View file

@ -67,6 +67,8 @@ self: super: {
tasty-inspection-testing = doDistribute self.tasty-inspection-testing_0_2;
# Too strict bounds on ghc-prim and template-haskell
aeson = doDistribute (doJailbreak self.aeson_2_1_2_1);
# Too strict bounds on ghc-prim
memory = doDistribute self.memory_0_18_0;
ghc-lib = doDistribute self.ghc-lib_9_6_1_20230312;
ghc-lib-parser = doDistribute self.ghc-lib-parser_9_6_1_20230312;