haskell-LambdaHack: update to version 0.4.100.0
This commit is contained in:
parent
61d4faa59d
commit
29546928b1
@ -1,28 +1,30 @@
|
|||||||
# 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, async, binary, deepseq, enummapsetTh
|
{ cabal, assertFailure, async, binary, dataDefault, deepseq
|
||||||
, filepath, gtk, hashable, hsini, keys, miniutter, mtl, prettyShow
|
, enummapsetTh, filepath, gtk, hashable, hsini, keys, miniutter
|
||||||
, random, stm, text, transformers, unorderedContainers, vector
|
, mtl, prettyShow, random, stm, text, transformers
|
||||||
, vectorBinaryInstances, x11, zlib
|
, unorderedContainers, vector, vectorBinaryInstances, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "LambdaHack";
|
pname = "LambdaHack";
|
||||||
version = "0.4.99.0";
|
version = "0.4.100.0";
|
||||||
sha256 = "1mcz44akf706a0q1xr4h7hlf1gj60570bi8im6jpg73k728314cp";
|
sha256 = "15v3aagwsh180603an3wd7rfgbjzgamdw270ciw2m03v8pkg9d28";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
assertFailure async binary deepseq enummapsetTh filepath gtk
|
assertFailure async binary dataDefault deepseq enummapsetTh
|
||||||
hashable hsini keys miniutter mtl prettyShow random stm text
|
filepath gtk hashable hsini keys miniutter mtl prettyShow random
|
||||||
transformers unorderedContainers vector vectorBinaryInstances zlib
|
stm text transformers unorderedContainers vector
|
||||||
|
vectorBinaryInstances zlib
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
assertFailure async binary deepseq enummapsetTh filepath hashable
|
assertFailure async binary dataDefault deepseq enummapsetTh
|
||||||
hsini keys miniutter mtl prettyShow random stm text transformers
|
filepath hashable hsini keys miniutter mtl prettyShow random stm
|
||||||
unorderedContainers vector vectorBinaryInstances zlib
|
text transformers unorderedContainers vector vectorBinaryInstances
|
||||||
|
zlib
|
||||||
];
|
];
|
||||||
pkgconfigDepends = [ gtk x11 ];
|
pkgconfigDepends = [ gtk ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/LambdaHack/LambdaHack";
|
homepage = "http://github.com/LambdaHack/LambdaHack";
|
||||||
description = "A game engine library for roguelike dungeon crawlers";
|
description = "A game engine library for roguelike dungeon crawlers";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user