haskell-MazesOfMonad: updated to version 1.0.7
svn path=/nixpkgs/trunk/; revision=28484
This commit is contained in:
parent
b7c6bd30cf
commit
622a12a405
@ -2,12 +2,18 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "MazesOfMonad";
|
pname = "MazesOfMonad";
|
||||||
version = "1.0.5";
|
version = "1.0.7";
|
||||||
name = self.fname;
|
sha256 = "1zk6bckll03b40iq8z13753glkmcan6439w8cc6rn5h2fhp189v9";
|
||||||
sha256 = "a068df09975e7a3060cbd69191cbf99cb3a7b0ee524deb61eef4c52e7fada3f3";
|
isLibrary = false;
|
||||||
propagatedBuildInputs = [HUnit mtl regexPosix time];
|
isExecutable = true;
|
||||||
|
buildDepends = [ HUnit mtl regexPosix time ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Console-based Role Playing Game";
|
description = "Console-based Role Playing Game";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [
|
||||||
|
self.stdenv.lib.maintainers.andres
|
||||||
|
self.stdenv.lib.maintainers.simons
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user