2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-07-28 11:19:10 +01:00
|
|
|
{ cabal, assertFailure, async, binary, deepseq, enummapsetTh
|
|
|
|
, filepath, gtk, hashable, hsini, keys, miniutter, mtl, prettyShow
|
|
|
|
, random, stm, text, transformers, unorderedContainers, vector
|
2014-08-12 09:48:17 +01:00
|
|
|
, vectorBinaryInstances, x11, zlib
|
2012-12-12 10:54:27 +00:00
|
|
|
}:
|
2009-08-13 14:23:01 +01:00
|
|
|
|
2011-09-19 17:38:37 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2009-08-13 14:23:01 +01:00
|
|
|
pname = "LambdaHack";
|
2014-08-12 09:48:17 +01:00
|
|
|
version = "0.4.99.0";
|
|
|
|
sha256 = "1mcz44akf706a0q1xr4h7hlf1gj60570bi8im6jpg73k728314cp";
|
2012-02-10 11:34:26 +00:00
|
|
|
isLibrary = true;
|
2011-09-19 17:38:37 +01:00
|
|
|
isExecutable = true;
|
2012-12-12 10:54:27 +00:00
|
|
|
buildDepends = [
|
2014-07-28 11:19:10 +01:00
|
|
|
assertFailure async binary deepseq enummapsetTh filepath gtk
|
|
|
|
hashable hsini keys miniutter mtl prettyShow random stm text
|
|
|
|
transformers unorderedContainers vector vectorBinaryInstances zlib
|
|
|
|
];
|
|
|
|
testDepends = [
|
|
|
|
assertFailure async binary deepseq enummapsetTh filepath hashable
|
2014-03-04 10:29:40 +00:00
|
|
|
hsini keys miniutter mtl prettyShow random stm text transformers
|
|
|
|
unorderedContainers vector vectorBinaryInstances zlib
|
2012-12-12 10:54:27 +00:00
|
|
|
];
|
2014-08-12 09:48:17 +01:00
|
|
|
pkgconfigDepends = [ gtk x11 ];
|
2009-08-13 14:23:01 +01:00
|
|
|
meta = {
|
2014-07-28 11:19:10 +01:00
|
|
|
homepage = "http://github.com/LambdaHack/LambdaHack";
|
2014-08-12 09:48:17 +01:00
|
|
|
description = "A game engine library for roguelike dungeon crawlers";
|
2011-08-15 12:27:02 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-12 09:48:17 +01:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ andres ];
|
2009-08-13 14:23:01 +01:00
|
|
|
};
|
2011-08-15 12:27:02 +01:00
|
|
|
})
|