about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2015-08-26 05:33:14 -0400
committerPeter Simons <simons@cryp.to>2015-08-26 16:53:59 +0200
commit9274aa93b5b0a3688ac54aa22108152703528bdd (patch)
treea2d42d09184a06ea8ffcbce1c849bbf4bd0c53af
parente7aff313da890e3fd0d2353d075ed8511f2ae283 (diff)
haskell-wizards: un-jailBreak
The original bug is long since closed, and I verified it compiles on ghc
7.6 -> 7.10.
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index bee83b350e907..8c257b8371845 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;