Author: simons
Date: Mon Aug 15 10:55:01 2011
New Revision: 28579
URL: https://svn.nixos.org/websvn/nix/?rev=28579&sc=1

Log:
haskell-extensible-exceptions: added version 0.1.1.2

Added:
   
nixpkgs/trunk/pkgs/development/libraries/haskell/extensible-exceptions/0.1.1.0.nix
      - copied, changed from r28578, 
nixpkgs/trunk/pkgs/development/libraries/haskell/extensible-exceptions/default.nix
   
nixpkgs/trunk/pkgs/development/libraries/haskell/extensible-exceptions/0.1.1.2.nix
      - copied, changed from r28578, 
nixpkgs/trunk/pkgs/development/libraries/haskell/extensible-exceptions/default.nix
Deleted:
   
nixpkgs/trunk/pkgs/development/libraries/haskell/extensible-exceptions/default.nix
Modified:
   nixpkgs/trunk/pkgs/top-level/haskell-packages.nix

Copied and modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/extensible-exceptions/0.1.1.0.nix
 (from r28578, 
nixpkgs/trunk/pkgs/development/libraries/haskell/extensible-exceptions/default.nix)
==============================================================================

Copied and modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/extensible-exceptions/0.1.1.2.nix
 (from r28578, 
nixpkgs/trunk/pkgs/development/libraries/haskell/extensible-exceptions/default.nix)
==============================================================================
--- 
nixpkgs/trunk/pkgs/development/libraries/haskell/extensible-exceptions/default.nix
  Mon Aug 15 08:34:56 2011        (r28578, copy source)
+++ 
nixpkgs/trunk/pkgs/development/libraries/haskell/extensible-exceptions/0.1.1.2.nix
  Mon Aug 15 10:55:01 2011        (r28579)
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "extensible-exceptions";
-  version = "0.1.1.0";
-  sha256 = "c252dc5a505332700f041d4e1fd3d309cde6158892f9c35339bf5e67bad7f781";
+  version = "0.1.1.2";
+  sha256 = "0rsdvb7k8mp88s1jjmna17qa6363vbjgvlkpncmn8516dnxhypg3";
   meta = {
     description = "Extensible exceptions";
     license = self.stdenv.lib.licenses.bsd3;

Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Mon Aug 15 08:34:56 
2011        (r28578)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Mon Aug 15 10:55:01 
2011        (r28579)
@@ -544,7 +544,8 @@
 
   emgm = callPackage ../development/libraries/haskell/emgm {};
 
-  extensibleExceptions_0_1_1_0 = callPackage 
../development/libraries/haskell/extensible-exceptions {};
+  extensibleExceptions_0_1_1_0 = callPackage 
../development/libraries/haskell/extensible-exceptions/0.1.1.0.nix {};
+  extensibleExceptions_0_1_1_2 = callPackage 
../development/libraries/haskell/extensible-exceptions/0.1.1.2.nix {};
   extensibleExceptions = null; # a core package in recent GHCs
 
   failure = callPackage ../development/libraries/haskell/failure {};
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to