From 4cd9c8c3aec2ab108c15d9281bd67699535582c8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 11 Jan 2015 17:18:22 +0100 Subject: [PATCH] haskell-ng: jailbreak AbortT-transformers to fix the build --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 11bbbbacb1b..1b54e869033 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -100,6 +100,10 @@ self: super: { # https://github.com/techtangents/ablist/issues/1 ABList = dontCheck super.ABList; + + # https://github.com/gcross/AbortT-transformers/issues/1 + AbortT-transformers = doJailbreak super.AbortT-transformers; + } // { # Not on Hackage yet.