From 6896a895c3a6166acef76a78878a201fc374d7ad Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 8 Nov 2012 14:57:37 +0100 Subject: [PATCH] haskell-hlint: update to version 1.8.34 --- pkgs/development/tools/haskell/hlint/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/haskell/hlint/default.nix b/pkgs/development/tools/haskell/hlint/default.nix index 7bee8229be9..55225bb1127 100644 --- a/pkgs/development/tools/haskell/hlint/default.nix +++ b/pkgs/development/tools/haskell/hlint/default.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "hlint"; - version = "1.8.33"; - sha256 = "1n1kcd99226f8cwx3zmjv0fh1xk2k0y490l6p2fa9m0av835brr7"; + version = "1.8.34"; + sha256 = "1jfhwvm78cw0yj5wzqhk5nv5qyi79kimlnh0h4wd3w7vyxwg2qqn"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -14,7 +14,7 @@ cabal.mkDerivation (self: { meta = { homepage = "http://community.haskell.org/~ndm/hlint/"; description = "Source code suggestions"; - license = "GPL"; + license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; maintainers = [ self.stdenv.lib.maintainers.andres ]; };