nixpkgs/pkgs/games/MazesOfMonad/default.nix
Andres Löh cd7dba4f0b Some Haskell library updates.
svn path=/nixpkgs/trunk/; revision=15621
2009-05-15 18:52:55 +00:00

14 lines
346 B
Nix

{cabal, HUnit, mtl, regexPosix, time}:
cabal.mkDerivation (self : {
pname = "MazesOfMonad";
version = "1.0.2";
name = self.fname;
sha256 = "cb5833d509a96fe7411b5eba981bd939da2942b47595d99b861028b9328a4748";
propagatedBuildInputs = [HUnit mtl regexPosix time];
meta = {
description = "Console-based Role Playing Game";
};
})