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-19 19:37:07 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-06-19 19:37:07 +0200
commit6f64adbf76994dfa5e4dd0f82a0f5168d9a9c9cd (patch)
tree7d36954d46c9c644127ffacb4f150474ba5c4094 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent9398b5f08e6de26da44872c403ed0297f68dab15 (diff)
downloadnixpkgs-6f64adbf76994dfa5e4dd0f82a0f5168d9a9c9cd.tar
nixpkgs-6f64adbf76994dfa5e4dd0f82a0f5168d9a9c9cd.tar.gz
nixpkgs-6f64adbf76994dfa5e4dd0f82a0f5168d9a9c9cd.tar.bz2
nixpkgs-6f64adbf76994dfa5e4dd0f82a0f5168d9a9c9cd.tar.lz
nixpkgs-6f64adbf76994dfa5e4dd0f82a0f5168d9a9c9cd.tar.xz
nixpkgs-6f64adbf76994dfa5e4dd0f82a0f5168d9a9c9cd.tar.zst
nixpkgs-6f64adbf76994dfa5e4dd0f82a0f5168d9a9c9cd.zip
haskell.packages.ghc901.cryptonite: remove unnecessary override
Stackage LTS 18 has brought cryptonite 0.29, so this override breaks evaluation.
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, 0 insertions, 3 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 cfef0f14ea8..bc268f5f22c 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -101,9 +101,6 @@ 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;
-
   # GHC 9.0.x doesn't like `import Spec (main)` in Main.hs
   # https://github.com/snoyberg/mono-traversable/issues/192
   mono-traversable = dontCheck super.mono-traversable;