haskell-LambdaHack: update to version 0.2.6.5
This commit is contained in:
parent
f284ff8326
commit
de81ec924b
@ -1,12 +1,16 @@
|
|||||||
{ cabal, binary, ConfigFile, filepath, gtk, mtl, random, zlib }:
|
{ cabal, binary, ConfigFile, filepath, gtk, miniutter, mtl, random
|
||||||
|
, text, zlib
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "LambdaHack";
|
pname = "LambdaHack";
|
||||||
version = "0.2.6";
|
version = "0.2.6.5";
|
||||||
sha256 = "03adjwzbql1k1ky05vivry7waa8p41ha3lsnv9j9mdgpwqldypwd";
|
sha256 = "114s3adqs5mh566dbn0bb20v088wgg8arsm6m8hs9vx8j3jc8nx5";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ binary ConfigFile filepath gtk mtl random zlib ];
|
buildDepends = [
|
||||||
|
binary ConfigFile filepath gtk miniutter mtl random text zlib
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/kosmikus/LambdaHack";
|
homepage = "http://github.com/kosmikus/LambdaHack";
|
||||||
description = "A roguelike game engine in early and active development";
|
description = "A roguelike game engine in early and active development";
|
||||||
|
Loading…
Reference in New Issue
Block a user