about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2018-05-20 13:24:28 -0400
committerWill Fancher <elvishjerricco@gmail.com>2018-05-20 13:24:28 -0400
commit1f348e41a4960e00bc2b511411c3f7884d6e00d1 (patch)
tree79fbdd152c7e2552d2708cb0a50aa4c72e3026fd
parent582beb0f3aea06fe6e7213f1a4d4a502731ce601 (diff)
downloadnixlib-1f348e41a4960e00bc2b511411c3f7884d6e00d1.tar
nixlib-1f348e41a4960e00bc2b511411c3f7884d6e00d1.tar.gz
nixlib-1f348e41a4960e00bc2b511411c3f7884d6e00d1.tar.bz2
nixlib-1f348e41a4960e00bc2b511411c3f7884d6e00d1.tar.lz
nixlib-1f348e41a4960e00bc2b511411c3f7884d6e00d1.tar.xz
nixlib-1f348e41a4960e00bc2b511411c3f7884d6e00d1.tar.zst
nixlib-1f348e41a4960e00bc2b511411c3f7884d6e00d1.zip
Dont test enclosed exceptions
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 011f307e8a81..83d97c64b48b 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -408,6 +408,9 @@ self: super: {
     jailbreak       = true;
   });
 
+  # https://github.com/jcristovao/enclosed-exceptions/issues/12
+  enclosed-exceptions = dontCheck super.enclosed-exceptions;
+
   # Older versions don't compile.
   base-compat = self.base-compat_0_10_1;
   brick = self.brick_0_37;