tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-LambdaHack: update to version 0.4.100.0
Peter Simons
11 years ago
29546928
61d4faa5
+15
-13
1 changed file
expand all
collapse all
unified
split
pkgs
games
LambdaHack
default.nix
+15
-13
pkgs/games/LambdaHack/default.nix
···
1
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2
3
-
{ cabal, assertFailure, async, binary, deepseq, enummapsetTh
4
-
, filepath, gtk, hashable, hsini, keys, miniutter, mtl, prettyShow
5
-
, random, stm, text, transformers, unorderedContainers, vector
6
-
, vectorBinaryInstances, x11, zlib
7
}:
8
9
cabal.mkDerivation (self: {
10
pname = "LambdaHack";
11
-
version = "0.4.99.0";
12
-
sha256 = "1mcz44akf706a0q1xr4h7hlf1gj60570bi8im6jpg73k728314cp";
13
isLibrary = true;
14
isExecutable = true;
15
buildDepends = [
16
-
assertFailure async binary deepseq enummapsetTh filepath gtk
17
-
hashable hsini keys miniutter mtl prettyShow random stm text
18
-
transformers unorderedContainers vector vectorBinaryInstances zlib
0
19
];
20
testDepends = [
21
-
assertFailure async binary deepseq enummapsetTh filepath hashable
22
-
hsini keys miniutter mtl prettyShow random stm text transformers
23
-
unorderedContainers vector vectorBinaryInstances zlib
0
24
];
25
-
pkgconfigDepends = [ gtk x11 ];
26
meta = {
27
homepage = "http://github.com/LambdaHack/LambdaHack";
28
description = "A game engine library for roguelike dungeon crawlers";
···
1
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2
3
+
{ cabal, assertFailure, async, binary, dataDefault, deepseq
4
+
, enummapsetTh, filepath, gtk, hashable, hsini, keys, miniutter
5
+
, mtl, prettyShow, random, stm, text, transformers
6
+
, unorderedContainers, vector, vectorBinaryInstances, zlib
7
}:
8
9
cabal.mkDerivation (self: {
10
pname = "LambdaHack";
11
+
version = "0.4.100.0";
12
+
sha256 = "15v3aagwsh180603an3wd7rfgbjzgamdw270ciw2m03v8pkg9d28";
13
isLibrary = true;
14
isExecutable = true;
15
buildDepends = [
16
+
assertFailure async binary dataDefault deepseq enummapsetTh
17
+
filepath gtk hashable hsini keys miniutter mtl prettyShow random
18
+
stm text transformers unorderedContainers vector
19
+
vectorBinaryInstances zlib
20
];
21
testDepends = [
22
+
assertFailure async binary dataDefault deepseq enummapsetTh
23
+
filepath hashable hsini keys miniutter mtl prettyShow random stm
24
+
text transformers unorderedContainers vector vectorBinaryInstances
25
+
zlib
26
];
27
+
pkgconfigDepends = [ gtk ];
28
meta = {
29
homepage = "http://github.com/LambdaHack/LambdaHack";
30
description = "A game engine library for roguelike dungeon crawlers";