haskell-explicit-exception: updated to version 0.1.6

svn path=/nixpkgs/trunk/; revision=31918
This commit is contained in:
Peter Simons 2012-01-29 16:24:05 +00:00
parent e83a85ed6d
commit a11aaa99b2

View file

@ -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
];
};
})