summary refs log tree commit diff
path: root/pkgs/games/Allure/default.nix
blob: 63d6a0a2fb27f3180fed0cb80e31d7befa466fdc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, enummapsetTh, filepath, LambdaHack, text }:

cabal.mkDerivation (self: {
  pname = "Allure";
  version = "0.4.100.0";
  sha256 = "15rkj5xab23wqr2d44xbri7hggbb3zmmka41xfiscqq4ifagfj4m";
  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";
    license = "AGPL";
    platforms = self.ghc.meta.platforms;
  };
})