Author: simons
Date: Sun Aug  7 21:59:59 2011
New Revision: 28303
URL: https://svn.nixos.org/websvn/nix/?rev=28303&sc=1

Log:
haskell-packages.nix: added Tensor library, which is required by the latest 
version of OpenAL

Added:
   nixpkgs/trunk/pkgs/development/libraries/haskell/Tensor/
   nixpkgs/trunk/pkgs/development/libraries/haskell/Tensor/default.nix   
(contents, props changed)
Modified:
   nixpkgs/trunk/pkgs/top-level/haskell-packages.nix

Added: nixpkgs/trunk/pkgs/development/libraries/haskell/Tensor/default.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/Tensor/default.nix Sun Aug 
 7 21:59:59 2011        (r28303)
@@ -0,0 +1,14 @@
+{cabal} :
+
+cabal.mkDerivation (self : {
+  pname = "Tensor";
+  version = "1.0.0.1";
+  sha256 = "10arhk5gkn5jxpb53r80bblpk0afdax1fc2mik40hj5g5g960cp9";
+  meta = {
+    homepage = "http://www.haskell.org/HOpenGL/";;
+    description = "Tensor data types";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.stdenv.lib.platforms.haskellPlatforms;
+    maintainers = [ self.stdenv.lib.maintainers.simons ];
+  };
+})

Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Sun Aug  7 21:59:55 
2011        (r28302)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Sun Aug  7 21:59:59 
2011        (r28303)
@@ -1061,6 +1061,8 @@
   tagsoup = callPackage ../development/libraries/haskell/tagsoup {};
 
   terminfo = callPackage ../development/libraries/haskell/terminfo {
+  Tensor = callPackage ../development/libraries/haskell/Tensor {};
+
     inherit (self) extensibleExceptions /* only required for <= ghc6102  ?*/;
     inherit (pkgs) ncurses;
   };
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to