From 9274aa93b5b0a3688ac54aa22108152703528bdd Mon Sep 17 00:00:00 2001 From: Michael Alan Dorman Date: Wed, 26 Aug 2015 05:33:14 -0400 Subject: [PATCH] haskell-wizards: un-jailBreak The original bug is long since closed, and I verified it compiles on ghc 7.6 -> 7.10. --- 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 bee83b350e9..8c257b83718 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -237,9 +237,6 @@ self: super: { # tests don't compile for some odd reason jwt = dontCheck super.jwt; - # https://github.com/liamoc/wizards/issues/5 - wizards = doJailbreak super.wizards; - # https://github.com/tibbe/ekg-core/commit/c986d9750d026a0c049cf6e6610d69fc1f23121f, not yet in hackage ekg-core = doJailbreak super.ekg-core;