Author: simons
Date: Sun Aug  7 18:22:58 2011
New Revision: 28240
URL: https://svn.nixos.org/websvn/nix/?rev=28240&sc=1

Log:
ghc-paths: added version 0.1.0.8

Also renamed the default version to 0.1.0.6.nix for consistency.

Added:
   nixpkgs/trunk/pkgs/development/libraries/haskell/ghc-paths/0.1.0.5.nix
      - copied, changed from r28239, 
nixpkgs/trunk/pkgs/development/libraries/haskell/ghc-paths/default.nix
   nixpkgs/trunk/pkgs/development/libraries/haskell/ghc-paths/0.1.0.8.nix
Deleted:
   nixpkgs/trunk/pkgs/development/libraries/haskell/ghc-paths/default.nix
Modified:
   nixpkgs/trunk/pkgs/top-level/haskell-packages.nix

Copied and modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/ghc-paths/0.1.0.5.nix (from 
r28239, nixpkgs/trunk/pkgs/development/libraries/haskell/ghc-paths/default.nix)
==============================================================================

Added: nixpkgs/trunk/pkgs/development/libraries/haskell/ghc-paths/0.1.0.8.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/ghc-paths/0.1.0.8.nix      
Sun Aug  7 18:22:58 2011        (r28240)
@@ -0,0 +1,13 @@
+{cabal} :
+
+cabal.mkDerivation (self : {
+  pname = "ghc-paths";
+  version = "0.1.0.8";
+  sha256 = "0mhc5zhbybp1vmkjsqbca51993vkpx5g8hql160m8m95apkc2wl6";
+  meta = {
+    description = "Knowledge of GHC's installation directories";
+    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 18:22:54 
2011        (r28239)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Sun Aug  7 18:22:58 
2011        (r28240)
@@ -537,9 +537,10 @@
 
   ghcMtl = callPackage ../development/libraries/haskell/ghc-mtl {};
 
+  ghcPaths_0_1_0_5 = callPackage 
../development/libraries/haskell/ghc-paths/0.1.0.5.nix {};
   ghcPaths_0_1_0_6 = callPackage 
../development/libraries/haskell/ghc-paths/0.1.0.6.nix {};
-
-  ghcPaths = callPackage ../development/libraries/haskell/ghc-paths {};
+  ghcPaths_0_1_0_8 = callPackage 
../development/libraries/haskell/ghc-paths/0.1.0.8.nix {};
+  ghcPaths = self.ghcPaths_0_1_0_6; # version 0.1.0.5 doesn't build with an 
up-to-date GHC
 
   ghcSyb = callPackage ../development/libraries/haskell/ghc-syb {};
 
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to