haskell.packages.ghc96.memory: bump version
This change enables using the memory package.
This commit is contained in:
parent
e9c1dac2ab
commit
2e6a5a6ad2
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue