forked from mirrors/nixpkgs
haskell-LambdaHack: update to version 0.2.14
This commit is contained in:
parent
86dc30daa6
commit
02bd934738
|
@ -1,26 +1,31 @@
|
||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, assertFailure, binary, deepseq, enummapsetTh, filepath
|
{ cabal, assertFailure, async, binary, deepseq, enummapsetTh
|
||||||
, gtk, hashable, hsini, keys, miniutter, mtl, prettyShow, random
|
, filepath, gtk, hashable, hsini, keys, miniutter, mtl, prettyShow
|
||||||
, stm, text, transformers, unorderedContainers, vector
|
, random, stm, text, transformers, unorderedContainers, vector
|
||||||
, vectorBinaryInstances, zlib
|
, vectorBinaryInstances, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "LambdaHack";
|
pname = "LambdaHack";
|
||||||
version = "0.2.12";
|
version = "0.2.14";
|
||||||
sha256 = "0ics1z376qyagkzg58mqqw7cbkjpkik57l8570qmk589nkhck86n";
|
sha256 = "1nygyzrgzrv7qfr153xvkh50p0sjrbv3jbif7qmpam5jjlw26ahs";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
assertFailure binary deepseq enummapsetTh filepath gtk hashable
|
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
|
||||||
hsini keys miniutter mtl prettyShow random stm text transformers
|
hsini keys miniutter mtl prettyShow random stm text transformers
|
||||||
unorderedContainers vector vectorBinaryInstances zlib
|
unorderedContainers vector vectorBinaryInstances zlib
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/kosmikus/LambdaHack";
|
homepage = "http://github.com/LambdaHack/LambdaHack";
|
||||||
description = "A roguelike game engine in early and active development";
|
description = "A roguelike game engine in early development";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
|
Loading…
Reference in a new issue