From b3acd8ca3956f888643de91282181656ff48c3fc Mon Sep 17 00:00:00 2001 From: Oliver Charles Date: Mon, 23 May 2016 16:55:41 +0100 Subject: [PATCH] ghc801.MonadCatchIO-transformers: jailbreak --- pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix index b7195ac60c7c..88de8356da8b 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -161,4 +161,6 @@ self: super: { buildDepends = [ primitive ]; license = pkgs.stdenv.lib.licenses.bsd3; }) {}; + + MonadCatchIO-transformers = doJailbreak super.MonadCatchIO-transformers; }