summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/yap
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-08-10 16:55:58 +0000
committerPeter Simons <simons@cryp.to>2011-08-10 16:55:58 +0000
commit3fc783d5c38f54e6f6509bffab7c8edc79566b8c (patch)
tree295951df9c009c6a77e3f794640f5b3a1b37b807 /pkgs/development/libraries/haskell/yap
parent611501c349a1ea9fdadca5a3382809340a6def36 (diff)
haskell-yap: added missing meta.platforms attribute
svn path=/nixpkgs/trunk/; revision=28464
Diffstat (limited to 'pkgs/development/libraries/haskell/yap')
-rw-r--r--pkgs/development/libraries/haskell/yap/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/yap/default.nix b/pkgs/development/libraries/haskell/yap/default.nix
index 4d16496fd13c2..858466ab1a498 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