Author: andres
Date: Sat Aug  6 20:59:04 2011
New Revision: 28208
URL: https://svn.nixos.org/websvn/nix/?rev=28208&sc=1

Log:
Updating repa.

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/repa-algorithms/default.nix
   nixpkgs/trunk/pkgs/development/libraries/haskell/repa-bytestring/default.nix
   nixpkgs/trunk/pkgs/development/libraries/haskell/repa-examples/default.nix
   nixpkgs/trunk/pkgs/development/libraries/haskell/repa-io/default.nix
   nixpkgs/trunk/pkgs/development/libraries/haskell/repa/default.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/repa-algorithms/default.nix
==============================================================================
--- 
nixpkgs/trunk/pkgs/development/libraries/haskell/repa-algorithms/default.nix    
    Sat Aug  6 20:52:11 2011        (r28207)
+++ 
nixpkgs/trunk/pkgs/development/libraries/haskell/repa-algorithms/default.nix    
    Sat Aug  6 20:59:04 2011        (r28208)
@@ -1,13 +1,14 @@
-{cabal, repa, vector}:
+{cabal, repa, vector} :
 
 cabal.mkDerivation (self : {
   pname = "repa-algorithms";
-  version = "2.0.0.3";
-  sha256 = "17h5xbn8gy0glryrv7pjdpxaw9adrk0bln683p0xxl6wrx90ngdv";
-  propagatedBuildInputs = [repa vector];
+  version = "2.1.0.1";
+  sha256 = "101j18s2vqaxls87jzrlhzy2hlhqvgs27cs89j187c1s8z5vvjjg";
+  propagatedBuildInputs = [ repa vector ];
   meta = {
-    description = "Algorithms using the Repa array library";
-    license = "BSD";
+    homepage = "http://repa.ouroborus.net";;
+    description = "Algorithms using the Repa array library.";
+    license = self.stdenv.lib.licenses.bsd3;
     maintainers = [self.stdenv.lib.maintainers.andres];
   };
 })

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/repa-bytestring/default.nix
==============================================================================
--- 
nixpkgs/trunk/pkgs/development/libraries/haskell/repa-bytestring/default.nix    
    Sat Aug  6 20:52:11 2011        (r28207)
+++ 
nixpkgs/trunk/pkgs/development/libraries/haskell/repa-bytestring/default.nix    
    Sat Aug  6 20:59:04 2011        (r28208)
@@ -1,13 +1,14 @@
-{cabal, repa, vector}:
+{cabal, repa, vector} :
 
 cabal.mkDerivation (self : {
   pname = "repa-bytestring";
-  version = "2.0.0.3";
-  sha256 = "05kc5d8j4m5g515syvz5jkbjvhhf3jxkak4w6pvyhx6nmzgywrk5";
-  propagatedBuildInputs = [repa vector];
+  version = "2.1.0.1";
+  sha256 = "01kvbd1kn0irldnfihhxa2jrz8fy1x9g7vz60ffgagj6yzp4bsnq";
+  propagatedBuildInputs = [ repa vector ];
   meta = {
-    description = "Conversions between Repa Arrays and ByteStrings";
-    license = "BSD";
+    homepage = "http://repa.ouroborus.net";;
+    description = "Conversions between Repa Arrays and ByteStrings.";
+    license = self.stdenv.lib.licenses.bsd3;
     maintainers = [self.stdenv.lib.maintainers.andres];
   };
 })

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/repa-examples/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/repa-examples/default.nix  
Sat Aug  6 20:52:11 2011        (r28207)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/repa-examples/default.nix  
Sat Aug  6 20:59:04 2011        (r28208)
@@ -1,14 +1,15 @@
-{cabal, repa, repaAlgorithms, repaIO, vector, llvm}:
+{cabal, repa, repaAlgorithms, repaIO, vector, llvm} :
 
 cabal.mkDerivation (self : {
   pname = "repa-examples";
-  version = "2.0.0.3";
-  sha256 = "0kj93rrr63x34dcljw6hvqjbz4mfzw00gmbddrqya0dhf9ifjnb9";
-  extraBuildInputs = [llvm];
-  propagatedBuildInputs = [repa repaAlgorithms repaIO vector];
+  version = "2.1.0.2";
+  sha256 = "056y2x8kada4d6a89sni2469c736z3d9ldp188n3i58h4kjqqfq7";
+  extraBuildInputs = [ llvm ];
+  propagatedBuildInputs = [ repa repaAlgorithms repaIO vector ];
   meta = {
-    description = "Examples using the Repa array library";
-    license = "BSD";
+    homepage = "http://repa.ouroborus.net";;
+    description = "Examples using the Repa array library.";
+    license = self.stdenv.lib.licenses.bsd3;
     maintainers = [self.stdenv.lib.maintainers.andres];
   };
 })

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/repa-io/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/repa-io/default.nix        
Sat Aug  6 20:52:11 2011        (r28207)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/repa-io/default.nix        
Sat Aug  6 20:59:04 2011        (r28208)
@@ -1,13 +1,14 @@
-{cabal, bmp, repa, repaBytestring}:
+{cabal, bmp, repa, repaBytestring} :
 
 cabal.mkDerivation (self : {
   pname = "repa-io";
-  version = "2.0.0.3";
-  sha256 = "1p8h2855jv8nnvf9vq2ywrmm9qk9qdqy6yqr4dj9p90kfcqxgw2g";
-  propagatedBuildInputs = [bmp repa repaBytestring];
+  version = "2.1.0.1";
+  sha256 = "1mjv90rr1vymrnv5kz8i4kvjal6mwhb2042ylbdggvv8hjsc8awq";
+  propagatedBuildInputs = [ bmp repa repaBytestring ];
   meta = {
-    description = "Read and write Repa arrays in various formats";
-    license = "BSD";
+    homepage = "http://repa.ouroborus.net";;
+    description = "Read and write Repa arrays in various formats.";
+    license = self.stdenv.lib.licenses.bsd3;
     maintainers = [self.stdenv.lib.maintainers.andres];
   };
 })

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/repa/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/repa/default.nix   Sat Aug 
 6 20:52:11 2011        (r28207)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/repa/default.nix   Sat Aug 
 6 20:59:04 2011        (r28208)
@@ -1,13 +1,14 @@
-{cabal, QuickCheck, vector}:
+{cabal, QuickCheck, vector} :
 
 cabal.mkDerivation (self : {
   pname = "repa";
-  version = "2.0.0.4";
-  sha256 = "11cjh4bdwb1kwb6ikig4i6vr3kqs840wdpl22biws16lg74mfxxn";
-  propagatedBuildInputs = [QuickCheck vector];
+  version = "2.1.1.2";
+  sha256 = "0lvhcq46abby69i6sgcqrxljykayp1sr3rmy2nlg5cccxlj94sqi";
+  propagatedBuildInputs = [ QuickCheck vector ];
   meta = {
-    description = "High performance, regular, shape polymorphic parallel 
arrays";
-    license = "BSD";
+    homepage = "http://repa.ouroborus.net";;
+    description = "High performance, regular, shape polymorphic parallel 
arrays.";
+    license = self.stdenv.lib.licenses.bsd3;
     maintainers = [self.stdenv.lib.maintainers.andres];
   };
 })
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to