Skip to content

Commit

Permalink
haskell-cryptonite: update to the latest version 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Aug 28, 2020
1 parent 89903c1 commit e58af79
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -1161,13 +1161,6 @@ self: super: {
# 2020-06-22: NOTE: QuickCheck upstreamed https://github.com/phadej/binary-instances/issues/7
binary-instances = dontCheck super.binary-instances;

# Disabling the test suite lets the build succeed on older CPUs
# that are unable to run the generated library because they
# lack support for AES-NI, like some of our Hydra build slaves
# do. See https://github.com/NixOS/nixpkgs/issues/81915 for
# details.
cryptonite = dontCheck super.cryptonite;

# The test suite depends on an impure cabal-install installation in
# $HOME, which we don't have in our build sandbox.
cabal-install-parsers = dontCheck super.cabal-install-parsers;
Expand Down Expand Up @@ -1454,6 +1447,10 @@ self: super: {
liquidhaskell = super.liquidhaskell.override { Diff = self.Diff_0_3_4; };
Diff_0_3_4 = dontCheck super.Diff_0_3_4;

# We want the latest version of cryptonite. This is a first step towards
# resolving https://github.com/NixOS/nixpkgs/issues/81915.
cryptonite = self.cryptonite_0_27;

# INSERT NEW OVERRIDES ABOVE THIS LINE

} // (let
Expand Down

0 comments on commit e58af79

Please sign in to comment.