2014-08-12 08:59:40 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
|
|
|
{ cabal, enummapsetTh, filepath, LambdaHack, text }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "Allure";
|
2014-12-12 08:26:37 +00:00
|
|
|
version = "0.4.100.0";
|
|
|
|
sha256 = "15rkj5xab23wqr2d44xbri7hggbb3zmmka41xfiscqq4ifagfj4m";
|
2014-08-12 08:59:40 +00:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [ enummapsetTh filepath LambdaHack text ];
|
|
|
|
testDepends = [ enummapsetTh filepath LambdaHack text ];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://allureofthestars.com";
|
|
|
|
description = "Near-future Sci-Fi roguelike and tactical squad game";
|
2014-12-12 08:26:37 +00:00
|
|
|
license = "AGPL";
|
2014-08-12 08:59:40 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|