summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-06-10 15:33:30 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-06-10 15:33:30 +0200
commitc6ed4577ab6776971537a48671c9f03240014e01 (patch)
tree7c220173d5326282dec067667de482d4fc912d70 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parentc145f7930df909d583fe6d7fc862ff963a095f7a (diff)
downloadnixpkgs-c6ed4577ab6776971537a48671c9f03240014e01.tar
nixpkgs-c6ed4577ab6776971537a48671c9f03240014e01.tar.gz
nixpkgs-c6ed4577ab6776971537a48671c9f03240014e01.tar.bz2
nixpkgs-c6ed4577ab6776971537a48671c9f03240014e01.tar.lz
nixpkgs-c6ed4577ab6776971537a48671c9f03240014e01.tar.xz
nixpkgs-c6ed4577ab6776971537a48671c9f03240014e01.tar.zst
nixpkgs-c6ed4577ab6776971537a48671c9f03240014e01.zip
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.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index 16c85d1fef7..fb3ba8b401f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -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;
+
 }