From 3fc783d5c38f54e6f6509bffab7c8edc79566b8c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 10 Aug 2011 16:55:58 +0000 Subject: [PATCH] haskell-yap: added missing meta.platforms attribute svn path=/nixpkgs/trunk/; revision=28464 --- pkgs/development/libraries/haskell/yap/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/yap/default.nix b/pkgs/development/libraries/haskell/yap/default.nix index 4d16496fd13..858466ab1a4 100644 --- a/pkgs/development/libraries/haskell/yap/default.nix +++ b/pkgs/development/libraries/haskell/yap/default.nix @@ -7,6 +7,7 @@ cabal.mkDerivation (self: { meta = { description = "yet another prelude - a simplistic refactoring with algebraic classes"; license = self.stdenv.lib.licenses.bsd3; + platforms = self.ghc.meta.platforms; maintainers = [ self.stdenv.lib.maintainers.andres self.stdenv.lib.maintainers.simons