Re-generate expressions with cabal2nix.
This commit is contained in:
parent
807482ca18
commit
020b1bf00a
@ -11,10 +11,7 @@ cabal.mkDerivation (self: {
|
|||||||
lens linear QuickCheck random testFramework
|
lens linear QuickCheck random testFramework
|
||||||
testFrameworkQuickcheck2 testFrameworkTh
|
testFrameworkQuickcheck2 testFrameworkTh
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://github.com/fumieval/boundingboxes/issues/1
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/fumieval/boundingboxes";
|
homepage = "https://github.com/fumieval/boundingboxes";
|
||||||
description = "The type for 2D bounding box";
|
description = "The type for 2D bounding box";
|
||||||
|
@ -11,10 +11,7 @@ cabal.mkDerivation (self: {
|
|||||||
lens linear QuickCheck random testFramework
|
lens linear QuickCheck random testFramework
|
||||||
testFrameworkQuickcheck2 testFrameworkTh
|
testFrameworkQuickcheck2 testFrameworkTh
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://github.com/fumieval/boundingboxes/issues/1
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/fumieval/boundingboxes";
|
homepage = "https://github.com/fumieval/boundingboxes";
|
||||||
description = "The type for 2D bounding box";
|
description = "The type for 2D bounding box";
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ cabal, boundingboxes, colors, controlBool, filepath, free
|
{ cabal, boundingboxes, colors, controlBool, filepath, free
|
||||||
, freetype2, GLFWb, hashable, JuicyPixels, JuicyPixelsUtil, lens
|
, freetype2, GLFWB, hashable, JuicyPixels, JuicyPixelsUtil, lens
|
||||||
, linear, mtl, OpenGL, OpenGLRaw, random, reflection, transformers
|
, linear, mtl, OpenGL, OpenGLRaw, random, reflection, transformers
|
||||||
, vector, void
|
, vector, void
|
||||||
}:
|
}:
|
||||||
@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
|
|||||||
version = "1.0.5";
|
version = "1.0.5";
|
||||||
sha256 = "048hmb4zbn67ycdwy7alhfakdyv405ck79bzrxv2ra6w1v5b3yvf";
|
sha256 = "048hmb4zbn67ycdwy7alhfakdyv405ck79bzrxv2ra6w1v5b3yvf";
|
||||||
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
|
||||||
OpenGLRaw random reflection transformers vector void
|
OpenGLRaw random reflection transformers vector void
|
||||||
];
|
];
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ cabal, boundingboxes, colors, controlBool, filepath, free
|
{ cabal, boundingboxes, colors, controlBool, filepath, free
|
||||||
, freetype2, GLFWb, hashable, JuicyPixels, JuicyPixelsUtil, lens
|
, freetype2, GLFWB, hashable, JuicyPixels, JuicyPixelsUtil, lens
|
||||||
, linear, mtl, OpenGL, OpenGLRaw, random, reflection, transformers
|
, linear, mtl, OpenGL, OpenGLRaw, random, reflection, transformers
|
||||||
, vector, void
|
, vector, void
|
||||||
}:
|
}:
|
||||||
@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
|
|||||||
version = "1.1";
|
version = "1.1";
|
||||||
sha256 = "0id3vn2j44gd8krl5icacwxgx00h6r89yncjg10nyyb90rymvxzz";
|
sha256 = "0id3vn2j44gd8krl5icacwxgx00h6r89yncjg10nyyb90rymvxzz";
|
||||||
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
|
||||||
OpenGLRaw random reflection transformers vector void
|
OpenGLRaw random reflection transformers vector void
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user