forked from mirrors/nixpkgs
haskell-MazesOfMonad: remove broken package
This commit is contained in:
parent
6be622c178
commit
5d1b8ea3b5
|
@ -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 ];
|
||||
};
|
||||
})
|
|
@ -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.
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue