about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hint
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-11-06 18:36:30 +0000
committerPeter Simons <simons@cryp.to>2011-11-06 18:36:30 +0000
commit8325085a7d3060c5700cc1b2cd38932a1f080898 (patch)
treef8cf6ebf612fd847ceec3c9872add6536f2160bc /pkgs/development/libraries/haskell/hint
parentcc2456282d90bc74e30d599f82b75349fc5d284b (diff)
haskell-hint: updated to version 0.3.3.3
svn path=/nixpkgs/trunk/; revision=30268
Diffstat (limited to 'pkgs/development/libraries/haskell/hint')
-rw-r--r--pkgs/development/libraries/haskell/hint/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/hint/default.nix b/pkgs/development/libraries/haskell/hint/default.nix
index ac6e81e702e02..ff7101aba233d 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;