summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-12 10:59:40 +0200
committerPeter Simons <simons@cryp.to>2014-08-12 12:37:44 +0200
commit46e5a78b810aae5e8ad8238bd7e5727d1edb2157 (patch)
tree2d74a3975a401ad97aee1920dd23022ab3780870 /pkgs/games
parent1703d9f7cc84a74032b8d2426ff313f5020be294 (diff)
downloadnixlib-46e5a78b810aae5e8ad8238bd7e5727d1edb2157.tar
nixlib-46e5a78b810aae5e8ad8238bd7e5727d1edb2157.tar.gz
nixlib-46e5a78b810aae5e8ad8238bd7e5727d1edb2157.tar.bz2
nixlib-46e5a78b810aae5e8ad8238bd7e5727d1edb2157.tar.lz
nixlib-46e5a78b810aae5e8ad8238bd7e5727d1edb2157.tar.xz
nixlib-46e5a78b810aae5e8ad8238bd7e5727d1edb2157.tar.zst
nixlib-46e5a78b810aae5e8ad8238bd7e5727d1edb2157.zip
haskell-Allure: add version 0.4.99.0
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/Allure/default.nix19
1 files changed, 19 insertions, 0 deletions
diff --git a/pkgs/games/Allure/default.nix b/pkgs/games/Allure/default.nix
new file mode 100644
index 000000000000..532ef092f094
--- /dev/null
+++ b/pkgs/games/Allure/default.nix
@@ -0,0 +1,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.99.0";
+  sha256 = "1i4v1h4ynx4aap0nmf8qn2qx22wqfgypr83l7bh38fd4qibsvx3q";
+  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 = "unknown";
+    platforms = self.ghc.meta.platforms;
+  };
+})