From 039493ee89f77ebbb7230b64e501a54fb6b28f8d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 20 Jan 2015 16:45:37 +0100 Subject: [PATCH] haskell-tabular: the library works without a jailbreak now --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index bdf625d4392..1e23bea8641 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -135,9 +135,6 @@ self: super: { # tests don't compile for some odd reason jwt = dontCheck super.jwt; - # Allow building with mtl 2.2. Upstream has been notified by e-mail. - tabular = doJailbreak super.tabular; - # https://github.com/liamoc/wizards/issues/5 wizards = doJailbreak super.wizards;