Author: simons
Date: Sun Aug  7 20:24:46 2011
New Revision: 28276
URL: https://svn.nixos.org/websvn/nix/?rev=28276&sc=1

Log:
haskell-time: added the latest version, 1.2.0.5

Added:
   nixpkgs/trunk/pkgs/development/libraries/haskell/time/1.2.0.5.nix
Modified:
   nixpkgs/trunk/pkgs/top-level/haskell-packages.nix

Added: nixpkgs/trunk/pkgs/development/libraries/haskell/time/1.2.0.5.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/time/1.2.0.5.nix   Sun Aug 
 7 20:24:46 2011        (r28276)
@@ -0,0 +1,14 @@
+{cabal} :
+
+cabal.mkDerivation (self : {
+  pname = "time";
+  version = "1.2.0.5";
+  sha256 = "0y4plv9qvpmzzzb5855zngm6lmd38m0vr2mzwm94xhz2xsqhdh2z";
+  meta = {
+    homepage = "http://semantic.org/TimeLib/";;
+    description = "A time library";
+    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 20:24:41 
2011        (r28275)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Sun Aug  7 20:24:46 
2011        (r28276)
@@ -1065,6 +1065,7 @@
   time_1_1_2_4 = callPackage ../development/libraries/haskell/time/1.1.2.4.nix 
{};
   time_1_1_3   = callPackage ../development/libraries/haskell/time/1.1.3.nix 
{};
   time_1_2_0_3 = callPackage ../development/libraries/haskell/time/1.2.0.3.nix 
{};
+  time_1_2_0_5 = callPackage ../development/libraries/haskell/time/1.2.0.5.nix 
{};
   # time is in the core package set. It should only be necessary to
   # pass it explicitly in rare circumstances.
   time = null;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to