summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-05-13 14:24:54 +0200
committerPeter Simons <simons@cryp.to>2014-05-14 15:02:33 +0200
commit5d1b8ea3b5edb8c96f40739ccf001644c5da4179 (patch)
tree3b0314851997696491ea46228fed48ff55a1ee8a /pkgs/top-level
parent6be622c178749fc9a3a46f5037f0baf28df2a28b (diff)
downloadnixlib-5d1b8ea3b5edb8c96f40739ccf001644c5da4179.tar
nixlib-5d1b8ea3b5edb8c96f40739ccf001644c5da4179.tar.gz
nixlib-5d1b8ea3b5edb8c96f40739ccf001644c5da4179.tar.bz2
nixlib-5d1b8ea3b5edb8c96f40739ccf001644c5da4179.tar.lz
nixlib-5d1b8ea3b5edb8c96f40739ccf001644c5da4179.tar.xz
nixlib-5d1b8ea3b5edb8c96f40739ccf001644c5da4179.tar.zst
nixlib-5d1b8ea3b5edb8c96f40739ccf001644c5da4179.zip
haskell-MazesOfMonad: remove broken package
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/haskell-packages.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index e208583e6a0d..a7f047a3ac5d 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -2685,8 +2685,6 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
     };
   };
 
-  MazesOfMonad = callPackage ../games/MazesOfMonad {};
-
 # End of the main part of the file.
 
 }