mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +00:00
haskell.packages.ghc901.cryptonite: remove unnecessary override
Stackage LTS 18 has brought cryptonite 0.29, so this override breaks evaluation.
This commit is contained in:
parent
9398b5f08e
commit
6f64adbf76
@ -101,9 +101,6 @@ self: super: {
|
|||||||
# 0.16.0 introduced support for GHC 9.0.x, stackage has 0.15.0
|
# 0.16.0 introduced support for GHC 9.0.x, stackage has 0.15.0
|
||||||
memory = super.memory_0_16_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
|
# GHC 9.0.x doesn't like `import Spec (main)` in Main.hs
|
||||||
# https://github.com/snoyberg/mono-traversable/issues/192
|
# https://github.com/snoyberg/mono-traversable/issues/192
|
||||||
mono-traversable = dontCheck super.mono-traversable;
|
mono-traversable = dontCheck super.mono-traversable;
|
||||||
|
Loading…
Reference in New Issue
Block a user