summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-11-16 20:07:59 +0000
committerPeter Simons <simons@cryp.to>2011-11-16 20:07:59 +0000
commitd818fb3333f39ed49fe0a5d907bfb7d4c8314f6a (patch)
tree90be0a2c8c9bdb0f31e698dd3e8f5728df3df9ed /pkgs
parentb597d8bfb6ada257826ab17bc65583f839067b1a (diff)
haskell-th-extras: added missing maintainers field
svn path=/nixpkgs/trunk/; revision=30453
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/th-extras/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/th-extras/default.nix b/pkgs/development/libraries/haskell/th-extras/default.nix
index 341a2b5f56989..9a5f4a32cdaa3 100644
--- a/pkgs/development/libraries/haskell/th-extras/default.nix
+++ b/pkgs/development/libraries/haskell/th-extras/default.nix
@@ -10,5 +10,9 @@ cabal.mkDerivation (self: {
     description = "A grab bag of useful functions for use with Template Haskell";
     license = self.stdenv.lib.licenses.publicDomain;
     platforms = self.ghc.meta.platforms;
+    maintainers = [
+      self.stdenv.lib.maintainers.andres
+      self.stdenv.lib.maintainers.simons
+    ];
   };
 })