summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-02-02 20:12:31 +0100
committerPeter Simons <simons@cryp.to>2014-02-02 22:36:11 +0100
commit13b05a4975adc7f7cb3fb4752107d595fc6eb439 (patch)
tree86390921e3ec97cabec13f07157122b8b12dbae3
parentf2b6e77e05c3414773d6d27c79f9102b732abf1b (diff)
downloadnixlib-13b05a4975adc7f7cb3fb4752107d595fc6eb439.tar
nixlib-13b05a4975adc7f7cb3fb4752107d595fc6eb439.tar.gz
nixlib-13b05a4975adc7f7cb3fb4752107d595fc6eb439.tar.bz2
nixlib-13b05a4975adc7f7cb3fb4752107d595fc6eb439.tar.lz
nixlib-13b05a4975adc7f7cb3fb4752107d595fc6eb439.tar.xz
nixlib-13b05a4975adc7f7cb3fb4752107d595fc6eb439.tar.zst
nixlib-13b05a4975adc7f7cb3fb4752107d595fc6eb439.zip
haskell-GLUT: update to version 2.5.1.0
-rw-r--r--pkgs/development/libraries/haskell/GLUT/2.5.1.0.nix (renamed from pkgs/development/libraries/haskell/GLUT/2.5.0.2.nix)4
-rw-r--r--pkgs/top-level/haskell-packages.nix6
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/libraries/haskell/GLUT/2.5.0.2.nix b/pkgs/development/libraries/haskell/GLUT/2.5.1.0.nix
index da2c7f2b863d..1cfd9a37eb0d 100644
--- a/pkgs/development/libraries/haskell/GLUT/2.5.0.2.nix
+++ b/pkgs/development/libraries/haskell/GLUT/2.5.1.0.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "GLUT";
-  version = "2.5.0.2";
-  sha256 = "0v6lwxn9karmym4fzd0hramcj86sb4wgiyqn47hmcg1dd1fsnhb5";
+  version = "2.5.1.0";
+  sha256 = "0zxj5i8rw402gpns5ivb1g5fkk502jwzrkviqhwhrxn7yxrybi1s";
   buildDepends = [ OpenGL OpenGLRaw ];
   extraLibraries = [ freeglut libICE libSM libXi libXmu mesa ];
   meta = {
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index ae55febf893b..807adc63ae57 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -146,7 +146,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
     caseInsensitive = self.caseInsensitive_1_1_0_3;
     cgi          = self.cgi_3001_1_8_4;
     fgl          = self.fgl_5_4_2_4;
-    GLUT         = self.GLUT_2_5_0_2;
+    GLUT         = self.GLUT_2_5_1_0;
     GLURaw       = self.GLURaw_1_4_0_0;
     haskellSrc   = self.haskellSrc_1_0_1_5;
     hashable     = self.hashable_1_2_1_0;
@@ -1188,10 +1188,10 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
   GLUT_2_4_0_0 = callPackage ../development/libraries/haskell/GLUT/2.4.0.0.nix {
     OpenGL = self.OpenGL_2_8_0_0;
   };
-  GLUT_2_5_0_2 = callPackage ../development/libraries/haskell/GLUT/2.5.0.2.nix {
+  GLUT_2_5_1_0 = callPackage ../development/libraries/haskell/GLUT/2.5.1.0.nix {
     OpenGL = self.OpenGL_2_9_1_0;
   };
-  GLUT = self.GLUT_2_5_0_1;
+  GLUT = self.GLUT_2_5_1_0;
 
   gnuidn = callPackage ../development/libraries/haskell/gnuidn {};