haskell-explicit-exception: updated to version 0.1.6
svn path=/nixpkgs/trunk/; revision=31918
This commit is contained in:
parent
e83a85ed6d
commit
a11aaa99b2
@ -12,5 +12,9 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Exceptions which are explicit in the type signature";
|
description = "Exceptions which are explicit in the type signature";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [
|
||||||
|
self.stdenv.lib.maintainers.andres
|
||||||
|
self.stdenv.lib.maintainers.simons
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user