From 8325085a7d3060c5700cc1b2cd38932a1f080898 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 6 Nov 2011 18:36:30 +0000 Subject: [PATCH] haskell-hint: updated to version 0.3.3.3 svn path=/nixpkgs/trunk/; revision=30268 --- pkgs/development/libraries/haskell/hint/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/hint/default.nix b/pkgs/development/libraries/haskell/hint/default.nix index ac6e81e702e..ff7101aba23 100644 --- a/pkgs/development/libraries/haskell/hint/default.nix +++ b/pkgs/development/libraries/haskell/hint/default.nix @@ -4,14 +4,14 @@ cabal.mkDerivation (self: { pname = "hint"; - version = "0.3.3.2"; - sha256 = "1qm74hjz8cxypvavcw7s094zg9ic3r1ll2lj3y159ipc79cw2sn1"; + version = "0.3.3.3"; + sha256 = "0i7d7c2786c13npbb5np3gaidsq4kkajvm3fn2gx8djrhhlrqw5l"; buildDepends = [ extensibleExceptions ghcMtl ghcPaths haskellSrc MonadCatchIOMtl mtl random utf8String ]; meta = { - homepage = "http://projects.haskell.org/hint"; + homepage = "http://darcsden.com/jcpetruzza/hint"; description = "Runtime Haskell interpreter (GHC API wrapper)"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms;