about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-05-15 21:31:33 +0200
committerPeter Simons <simons@cryp.to>2020-05-29 22:28:47 +0200
commit5244ef40ce7b8f7f2441570924ed76dd76408f60 (patch)
tree46bd66d58cc0eb289eda77ba75ad651775b34341
parent6d8175075e1dfc098b702260d6fc3afea59b6ab6 (diff)
downloadnixlib-5244ef40ce7b8f7f2441570924ed76dd76408f60.tar
nixlib-5244ef40ce7b8f7f2441570924ed76dd76408f60.tar.gz
nixlib-5244ef40ce7b8f7f2441570924ed76dd76408f60.tar.bz2
nixlib-5244ef40ce7b8f7f2441570924ed76dd76408f60.tar.lz
nixlib-5244ef40ce7b8f7f2441570924ed76dd76408f60.tar.xz
nixlib-5244ef40ce7b8f7f2441570924ed76dd76408f60.tar.zst
nixlib-5244ef40ce7b8f7f2441570924ed76dd76408f60.zip
haskell-dhall: configure overrides for the newly added 0.32.0 version
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index b983fbf9f65a..b64205a5ebcd 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 ];