From 020b1bf00aeefbf50ca66f9841a83d08bc289305 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 23 May 2014 18:17:53 +0200 Subject: [PATCH] Re-generate expressions with cabal2nix. --- pkgs/development/libraries/haskell/boundingboxes/0.1.1.nix | 3 --- pkgs/development/libraries/haskell/boundingboxes/0.2.nix | 3 --- pkgs/development/libraries/haskell/free-game/1.0.5.nix | 4 ++-- pkgs/development/libraries/haskell/free-game/1.1.nix | 4 ++-- 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/pkgs/development/libraries/haskell/boundingboxes/0.1.1.nix b/pkgs/development/libraries/haskell/boundingboxes/0.1.1.nix index babec91cd90..3dfd986ee62 100644 --- a/pkgs/development/libraries/haskell/boundingboxes/0.1.1.nix +++ b/pkgs/development/libraries/haskell/boundingboxes/0.1.1.nix @@ -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"; diff --git a/pkgs/development/libraries/haskell/boundingboxes/0.2.nix b/pkgs/development/libraries/haskell/boundingboxes/0.2.nix index 1e534c0edf8..44c8b3fee6f 100644 --- a/pkgs/development/libraries/haskell/boundingboxes/0.2.nix +++ b/pkgs/development/libraries/haskell/boundingboxes/0.2.nix @@ -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"; diff --git a/pkgs/development/libraries/haskell/free-game/1.0.5.nix b/pkgs/development/libraries/haskell/free-game/1.0.5.nix index 2ebec4c7153..f6f057852c2 100644 --- a/pkgs/development/libraries/haskell/free-game/1.0.5.nix +++ b/pkgs/development/libraries/haskell/free-game/1.0.5.nix @@ -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 ]; diff --git a/pkgs/development/libraries/haskell/free-game/1.1.nix b/pkgs/development/libraries/haskell/free-game/1.1.nix index 132e06bd96b..4d9f57799db 100644 --- a/pkgs/development/libraries/haskell/free-game/1.1.nix +++ b/pkgs/development/libraries/haskell/free-game/1.1.nix @@ -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 ];