From 7dc8b51b68477c7576219803f7b33ce0fab06ea6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 7 Sep 2011 17:41:00 +0000 Subject: [PATCH] haskell-MissingH: updated to version 1.1.1.0 svn path=/nixpkgs/trunk/; revision=29097 --- pkgs/development/libraries/haskell/MissingH/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/MissingH/default.nix b/pkgs/development/libraries/haskell/MissingH/default.nix index ea70c41e770..47da3ba266a 100644 --- a/pkgs/development/libraries/haskell/MissingH/default.nix +++ b/pkgs/development/libraries/haskell/MissingH/default.nix @@ -3,8 +3,8 @@ cabal.mkDerivation (self: { pname = "MissingH"; - version = "1.1.0.3"; - sha256 = "2d566511e8a347189cf864188d97f8406c6958c6f0a6fcf8cb1593c6bae13dbf"; + version = "1.1.1.0"; + sha256 = "1i2fdr6p0jnn9w865ngjcchbsamrvnvdf9c4vzhjhzy500z2k1ry"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -13,7 +13,7 @@ cabal.mkDerivation (self: { meta = { homepage = "http://software.complete.org/missingh"; description = "Large utility library"; - license = "GPL"; + license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; maintainers = [ self.stdenv.lib.maintainers.andres