From 5244ef40ce7b8f7f2441570924ed76dd76408f60 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 15 May 2020 21:31:33 +0200 Subject: [PATCH] haskell-dhall: configure overrides for the newly added 0.32.0 version --- pkgs/development/haskell-modules/configuration-nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index b983fbf9f65..b64205a5ebc 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -718,6 +718,7 @@ self: super: builtins.intersectAttrs super { # dhall's tests access the network. dhall_1_29_0 = dontCheck super.dhall_1_29_0; dhall_1_31_1 = dontCheck super.dhall_1_31_1; + dhall_1_32_0 = dontCheck super.dhall_1_32_0; cut-the-crap = let path = pkgs.stdenv.lib.makeBinPath [ pkgs.ffmpeg ];