Re-generate expressions with cabal2nix.

This commit is contained in:
Peter Simons 2014-05-23 18:17:53 +02:00
parent 807482ca18
commit 020b1bf00a
4 changed files with 4 additions and 10 deletions

View file

@ -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";

View file

@ -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";

View file

@ -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
];

View file

@ -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
];