haskell-MissingH: updated to version 1.1.1.0

svn path=/nixpkgs/trunk/; revision=29097
This commit is contained in:
Peter Simons 2011-09-07 17:41:00 +00:00
parent d923ec714e
commit 7dc8b51b68

View File

@ -3,8 +3,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "MissingH"; pname = "MissingH";
version = "1.1.0.3"; version = "1.1.1.0";
sha256 = "2d566511e8a347189cf864188d97f8406c6958c6f0a6fcf8cb1593c6bae13dbf"; sha256 = "1i2fdr6p0jnn9w865ngjcchbsamrvnvdf9c4vzhjhzy500z2k1ry";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -13,7 +13,7 @@ cabal.mkDerivation (self: {
meta = { meta = {
homepage = "http://software.complete.org/missingh"; homepage = "http://software.complete.org/missingh";
description = "Large utility library"; description = "Large utility library";
license = "GPL"; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
maintainers = [ maintainers = [
self.stdenv.lib.maintainers.andres self.stdenv.lib.maintainers.andres