Author: simons
Date: Sat Aug 13 13:58:02 2011
New Revision: 28543
URL: https://svn.nixos.org/websvn/nix/?rev=28543&sc=1

Log:
haskell-time: added version 1.3

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

Added: nixpkgs/trunk/pkgs/development/libraries/haskell/time/1.3.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/time/1.3.nix       Sat Aug 
13 13:58:02 2011        (r28543)
@@ -0,0 +1,17 @@
+{ cabal }:
+
+cabal.mkDerivation (self: {
+  pname = "time";
+  version = "1.3";
+  sha256 = "0pkd77qz6lpalj166g91f8nz3mzcpxlzcw83yf8sl5yy4wskhmwz";
+  meta = {
+    homepage = "http://semantic.org/TimeLib/";;
+    description = "A time library";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.ghc.meta.platforms;
+    maintainers = [
+      self.stdenv.lib.maintainers.andres
+      self.stdenv.lib.maintainers.simons
+    ];
+  };
+})

Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Sat Aug 13 13:57:54 
2011        (r28542)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Sat Aug 13 13:58:02 
2011        (r28543)
@@ -1170,6 +1170,7 @@
   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_1_3 = callPackage ../development/libraries/haskell/time/1.3.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