Author: simons
Date: Fri Aug 12 12:43:03 2011
New Revision: 28517
URL: https://svn.nixos.org/websvn/nix/?rev=28517&sc=1
Log:
More missing meta.platforms attributes. Grrr.
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/language-haskell-extract/default.nix
nixpkgs/trunk/pkgs/development/libraries/haskell/test-framework-th/default.nix
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/language-haskell-extract/default.nix
==============================================================================
---
nixpkgs/trunk/pkgs/development/libraries/haskell/language-haskell-extract/default.nix
Fri Aug 12 12:40:03 2011 (r28516)
+++
nixpkgs/trunk/pkgs/development/libraries/haskell/language-haskell-extract/default.nix
Fri Aug 12 12:43:03 2011 (r28517)
@@ -9,6 +9,7 @@
homepage = "http://github.com/finnsson/template-helper";
description = "Module to automatically extract functions from the local
code";
license = self.stdenv.lib.licenses.bsd3;
+ platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/test-framework-th/default.nix
==============================================================================
---
nixpkgs/trunk/pkgs/development/libraries/haskell/test-framework-th/default.nix
Fri Aug 12 12:40:03 2011 (r28516)
+++
nixpkgs/trunk/pkgs/development/libraries/haskell/test-framework-th/default.nix
Fri Aug 12 12:43:03 2011 (r28517)
@@ -13,6 +13,7 @@
homepage = "http://github.com/finnsson/test-generator";
description = "Automagically generate the HUnit- and Quickcheck-bulk-code
using Template Haskell";
license = self.stdenv.lib.licenses.bsd3;
+ platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits