haskell-free-game: update to version 1.1.78
This commit is contained in:
parent
cadf6e1622
commit
c526312445
3 changed files with 3 additions and 32 deletions
|
@ -1,25 +0,0 @@
|
||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
||||||
|
|
||||||
{ cabal, boundingboxes, colors, controlBool, filepath, free
|
|
||||||
, freetype2, GLFWB, hashable, JuicyPixels, JuicyPixelsUtil, lens
|
|
||||||
, linear, mtl, OpenGL, OpenGLRaw, random, reflection, transformers
|
|
||||||
, vector, void
|
|
||||||
}:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
|
||||||
pname = "free-game";
|
|
||||||
version = "1.1";
|
|
||||||
sha256 = "0id3vn2j44gd8krl5icacwxgx00h6r89yncjg10nyyb90rymvxzz";
|
|
||||||
buildDepends = [
|
|
||||||
boundingboxes colors controlBool filepath free freetype2 GLFWB
|
|
||||||
hashable JuicyPixels JuicyPixelsUtil lens linear mtl OpenGL
|
|
||||||
OpenGLRaw random reflection transformers vector void
|
|
||||||
];
|
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
|
||||||
homepage = "https://github.com/fumieval/free-game";
|
|
||||||
description = "Create games for free";
|
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
|
||||||
platforms = self.ghc.meta.platforms;
|
|
||||||
};
|
|
||||||
})
|
|
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "free-game";
|
pname = "free-game";
|
||||||
version = "1.0.5";
|
version = "1.1.78";
|
||||||
sha256 = "048hmb4zbn67ycdwy7alhfakdyv405ck79bzrxv2ra6w1v5b3yvf";
|
sha256 = "11f3ib4nx0madbx58gscaqwc1k5mxw70klrq7z7lac9w61phkws6";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
boundingboxes colors controlBool filepath free freetype2 GLFWB
|
boundingboxes colors controlBool filepath free freetype2 GLFWB
|
||||||
hashable JuicyPixels JuicyPixelsUtil lens linear mtl OpenGL
|
hashable JuicyPixels JuicyPixelsUtil lens linear mtl OpenGL
|
|
@ -830,11 +830,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||||
|
|
||||||
free = callPackage ../development/libraries/haskell/free {};
|
free = callPackage ../development/libraries/haskell/free {};
|
||||||
|
|
||||||
freeGame_1_0_5 = callPackage ../development/libraries/haskell/free-game/1.0.5.nix {
|
freeGame = callPackage ../development/libraries/haskell/free-game {};
|
||||||
boundingboxes = self.boundingboxes_0_1_1;
|
|
||||||
};
|
|
||||||
freeGame_1_1 = callPackage ../development/libraries/haskell/free-game/1.1.nix {};
|
|
||||||
freeGame = self.freeGame_1_1;
|
|
||||||
|
|
||||||
fsnotify = callPackage ../development/libraries/haskell/fsnotify {};
|
fsnotify = callPackage ../development/libraries/haskell/fsnotify {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue