diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 18dbafe100d..7c99d92693b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1771,4 +1771,8 @@ self: super: { # https://github.com/centromere/blake2/issues/6 blake2 = dontCheck super.blake2; + # Test suite doesn't support base16-bytestring >= 1.0 + # https://github.com/serokell/haskell-crypto/issues/25 + crypto-sodium = dontCheck super.crypto-sodium; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super