mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
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!
|
||||
|
||||
{ cabal, assertFailure, async, binary, deepseq, enummapsetTh
|
||||
, filepath, gtk, hashable, hsini, keys, miniutter, mtl, prettyShow
|
||||
, random, stm, text, transformers, unorderedContainers, vector
|
||||
, vectorBinaryInstances, x11, zlib
|
||||
{ cabal, assertFailure, async, binary, dataDefault, deepseq
|
||||
, enummapsetTh, filepath, gtk, hashable, hsini, keys, miniutter
|
||||
, mtl, prettyShow, random, stm, text, transformers
|
||||
, unorderedContainers, vector, vectorBinaryInstances, zlib
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "LambdaHack";
|
||||
version = "0.4.99.0";
|
||||
sha256 = "1mcz44akf706a0q1xr4h7hlf1gj60570bi8im6jpg73k728314cp";
|
||||
version = "0.4.100.0";
|
||||
sha256 = "15v3aagwsh180603an3wd7rfgbjzgamdw270ciw2m03v8pkg9d28";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
assertFailure async binary deepseq enummapsetTh filepath gtk
|
||||
hashable hsini keys miniutter mtl prettyShow random stm text
|
||||
transformers unorderedContainers vector vectorBinaryInstances zlib
|
||||
assertFailure async binary dataDefault 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
|
||||
unorderedContainers vector vectorBinaryInstances zlib
|
||||
assertFailure async binary dataDefault deepseq enummapsetTh
|
||||
filepath hashable hsini keys miniutter mtl prettyShow random stm
|
||||
text transformers unorderedContainers vector vectorBinaryInstances
|
||||
zlib
|
||||
];
|
||||
pkgconfigDepends = [ gtk x11 ];
|
||||
pkgconfigDepends = [ gtk ];
|
||||
meta = {
|
||||
homepage = "http://github.com/LambdaHack/LambdaHack";
|
||||
description = "A game engine library for roguelike dungeon crawlers";
|
||||
|
Loading…
Reference in New Issue
Block a user