Author: simons
Date: Sun Aug 7 18:22:39 2011
New Revision: 28237
URL: https://svn.nixos.org/websvn/nix/?rev=28237&sc=1
Log:
haskell-packages.nix: added regexecPcre alias for regexecPCRE
The new name seems to be more in-line with our coding conventions.
Modified:
nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Sun Aug 7 18:22:36
2011 (r28236)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Sun Aug 7 18:22:39
2011 (r28237)
@@ -924,6 +924,7 @@
regexTDFA = callPackage ../development/libraries/haskell/regex-tdfa {};
regexPCRE = callPackage ../development/libraries/haskell/regex-pcre {};
+ regexPcre = self.regexPCRE;
regexpr = callPackage ../development/libraries/haskell/regexpr {};
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits