From a11aaa99b271b76fd86fe54f26a69d59f6b272bf Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Jan 2012 16:24:05 +0000 Subject: [PATCH] haskell-explicit-exception: updated to version 0.1.6 svn path=/nixpkgs/trunk/; revision=31918 --- .../libraries/haskell/explicit-exception/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/libraries/haskell/explicit-exception/default.nix b/pkgs/development/libraries/haskell/explicit-exception/default.nix index efa2f2fb7dd..2a95faafaf6 100644 --- a/pkgs/development/libraries/haskell/explicit-exception/default.nix +++ b/pkgs/development/libraries/haskell/explicit-exception/default.nix @@ -12,5 +12,9 @@ cabal.mkDerivation (self: { description = "Exceptions which are explicit in the type signature"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; + maintainers = [ + self.stdenv.lib.maintainers.andres + self.stdenv.lib.maintainers.simons + ]; }; })