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