summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2011-09-24 02:48:40 +0000
committerAndres Löh <mail@andres-loeh.de>2011-09-24 02:48:40 +0000
commit62a77eb641f79da2f77b7d594340c3cb8d1883e5 (patch)
treeed3f70b2011d81992cfc0e6a0cf4ae135e6e40e7 /pkgs/development
parentb6a786f0977c63183367ecb6fecaeee7247b7c29 (diff)
downloadnixpkgs-62a77eb641f79da2f77b7d594340c3cb8d1883e5.tar
nixpkgs-62a77eb641f79da2f77b7d594340c3cb8d1883e5.tar.gz
nixpkgs-62a77eb641f79da2f77b7d594340c3cb8d1883e5.tar.bz2
nixpkgs-62a77eb641f79da2f77b7d594340c3cb8d1883e5.tar.lz
nixpkgs-62a77eb641f79da2f77b7d594340c3cb8d1883e5.tar.xz
nixpkgs-62a77eb641f79da2f77b7d594340c3cb8d1883e5.tar.zst
nixpkgs-62a77eb641f79da2f77b7d594340c3cb8d1883e5.zip
Added maintainers for haskell-numInstances.
svn path=/nixpkgs/trunk/; revision=29464
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/NumInstances/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/NumInstances/default.nix b/pkgs/development/libraries/haskell/NumInstances/default.nix
index 7c5262edafe..8aa6dec08cb 100644
--- a/pkgs/development/libraries/haskell/NumInstances/default.nix
+++ b/pkgs/development/libraries/haskell/NumInstances/default.nix
@@ -8,5 +8,9 @@ cabal.mkDerivation (self: {
     description = "Instances of numeric classes for functions and tuples";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
+    maintainers = [
+      self.stdenv.lib.maintainers.andres
+      self.stdenv.lib.maintainers.simons
+    ];
   };
 })