haskell-call: new package
This commit is contained in:
parent
c4b4dfa1dc
commit
4d520d9e12
2 changed files with 32 additions and 0 deletions
30
pkgs/development/libraries/haskell/call/default.nix
Normal file
30
pkgs/development/libraries/haskell/call/default.nix
Normal file
|
@ -0,0 +1,30 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, bindingsPortaudio, boundingboxes, cleanUnions, colors
|
||||
, controlBool, deepseq, distributive, elevator, filepath, freetype2
|
||||
, GLFWB, hashable, JuicyPixels, JuicyPixelsUtil, lens, linear
|
||||
, minioperational, mtl, objective, OpenGL, OpenGLRaw, random
|
||||
, reflection, text, transformers, vector, WAVE
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "call";
|
||||
version = "0.1.1.2";
|
||||
sha256 = "1g96asydq0lc07xf2c709zdv99r6ljs5a7jm6fvlyjswqnbrwy9s";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
bindingsPortaudio boundingboxes cleanUnions colors controlBool
|
||||
deepseq distributive elevator filepath freetype2 GLFWB hashable
|
||||
JuicyPixels JuicyPixelsUtil lens linear minioperational mtl
|
||||
objective OpenGL OpenGLRaw random reflection text transformers
|
||||
vector WAVE
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/fumieval/call";
|
||||
description = "The call game engine";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
})
|
|
@ -345,6 +345,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
bzlib = callPackage ../development/libraries/haskell/bzlib {};
|
||||
|
||||
call = callPackage ../development/libraries/haskell/call {};
|
||||
|
||||
c2hs = callPackage ../development/tools/haskell/c2hs {};
|
||||
|
||||
c2hsc = callPackage ../development/tools/haskell/c2hsc {};
|
||||
|
|
Loading…
Reference in a new issue