3
0
Fork 0
forked from mirrors/nixpkgs

haskell-MazesOfMonad: remove broken package

This commit is contained in:
Peter Simons 2014-05-13 14:24:54 +02:00
parent 6be622c178
commit 5d1b8ea3b5
2 changed files with 0 additions and 18 deletions

View file

@ -1,16 +0,0 @@
{ cabal, filepath, HUnit, mtl, random, regexPosix, time }:
cabal.mkDerivation (self: {
pname = "MazesOfMonad";
version = "1.0.7";
sha256 = "1zk6bckll03b40iq8z13753glkmcan6439w8cc6rn5h2fhp189v9";
isLibrary = false;
isExecutable = true;
buildDepends = [ filepath HUnit mtl random regexPosix time ];
meta = {
description = "Console-based Role Playing Game";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})

View file

@ -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.
}