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:34:27 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-06-10 15:34:27 +0200
commit362c8da80976fdf44302c57c8facd68e944adacd (patch)
treedc53b4f9e797aa828e0eba9363e9f6736c2c5ae5 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parentc6ed4577ab6776971537a48671c9f03240014e01 (diff)
downloadnixpkgs-362c8da80976fdf44302c57c8facd68e944adacd.tar
nixpkgs-362c8da80976fdf44302c57c8facd68e944adacd.tar.gz
nixpkgs-362c8da80976fdf44302c57c8facd68e944adacd.tar.bz2
nixpkgs-362c8da80976fdf44302c57c8facd68e944adacd.tar.lz
nixpkgs-362c8da80976fdf44302c57c8facd68e944adacd.tar.xz
nixpkgs-362c8da80976fdf44302c57c8facd68e944adacd.tar.zst
nixpkgs-362c8da80976fdf44302c57c8facd68e944adacd.zip
haskell.packages.ghc901.cryptonite: 0.28 -> 0.29
0.29 supports GHC 9.0.x which is why we upgrade. Interesting because
cabal2nix depends on cryptonite.
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 fb3ba8b401f..401dc05fe83 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -104,4 +104,7 @@ self: super: {
   # 0.16.0 introduced support for GHC 9.0.x, stackage has 0.15.0
   memory = super.memory_0_16_0;
 
+  # 0.29 introduced support for GHC 9.0.x, stackage has 0.28
+  cryptonite = super.cryptonite_0_29;
+
 }