From c13f967ed5c0a4670de067360f45f6f89d7e5824 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 9 Aug 2011 09:54:50 +0000 Subject: Replaced the obsolete 'haskellPlatforms' attribute with the platforms exported by GHC. svn path=/nixpkgs/trunk/; revision=28418 --- pkgs/development/libraries/haskell/gamma/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/libraries/haskell/gamma') diff --git a/pkgs/development/libraries/haskell/gamma/default.nix b/pkgs/development/libraries/haskell/gamma/default.nix index 96b8f6035ac..ca06e9cf927 100755 --- a/pkgs/development/libraries/haskell/gamma/default.nix +++ b/pkgs/development/libraries/haskell/gamma/default.nix @@ -9,7 +9,7 @@ cabal.mkDerivation (self : { homepage = "https://github.com/mokus0/gamma"; description = "Gamma function and related functions."; license = self.stdenv.lib.licenses.publicDomain; - platforms = self.stdenv.lib.platforms.haskellPlatforms; + platforms = self.ghc.meta.platforms; maintainers = [ self.stdenv.lib.maintainers.simons ]; }; }) -- cgit 1.4.1