summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/free-game
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-05-23 18:17:53 +0200
committerPeter Simons <simons@cryp.to>2014-05-23 18:17:53 +0200
commit020b1bf00aeefbf50ca66f9841a83d08bc289305 (patch)
tree5b51f29fe5a82a482c1e1c09bed7197e3d870f04 /pkgs/development/libraries/haskell/free-game
parent807482ca18585e50fb3fb779f42f32d896505aab (diff)
downloadnixlib-020b1bf00aeefbf50ca66f9841a83d08bc289305.tar
nixlib-020b1bf00aeefbf50ca66f9841a83d08bc289305.tar.gz
nixlib-020b1bf00aeefbf50ca66f9841a83d08bc289305.tar.bz2
nixlib-020b1bf00aeefbf50ca66f9841a83d08bc289305.tar.lz
nixlib-020b1bf00aeefbf50ca66f9841a83d08bc289305.tar.xz
nixlib-020b1bf00aeefbf50ca66f9841a83d08bc289305.tar.zst
nixlib-020b1bf00aeefbf50ca66f9841a83d08bc289305.zip
Re-generate expressions with cabal2nix.
Diffstat (limited to 'pkgs/development/libraries/haskell/free-game')
-rw-r--r--pkgs/development/libraries/haskell/free-game/1.0.5.nix4
-rw-r--r--pkgs/development/libraries/haskell/free-game/1.1.nix4
2 files changed, 4 insertions, 4 deletions
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 2ebec4c71535..f6f057852c2e 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 132e06bd96ba..4d9f57799dba 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
   ];