From 2e6a5a6ad216faaf53435f236dcf5d99dd961207 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Sun, 26 Mar 2023 17:37:36 +0000 Subject: [PATCH] haskell.packages.ghc96.memory: bump version This change enables using the memory package. --- pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix index 8ac5d1ee9f74..59b52871bbc3 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix @@ -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;