Author: simons
Date: Sun Aug  7 22:01:49 2011
New Revision: 28328
URL: https://svn.nixos.org/websvn/nix/?rev=28328&sc=1

Log:
haskell-Hint: updated to version 0.3.3.2

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/hint/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/hint/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/hint/default.nix   Sun Aug 
 7 22:01:45 2011        (r28327)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/hint/default.nix   Sun Aug 
 7 22:01:49 2011        (r28328)
@@ -1,16 +1,18 @@
-{cabal, extensibleExceptions, filepath, ghcMtl,
- ghcPaths, haskellSrc, MonadCatchIOMtl, mtl, utf8String} :
+{cabal, MonadCatchIOMtl, ghc, ghcMtl, ghcPaths, haskellSrc, mtl,
+ utf8String} :
 
 cabal.mkDerivation (self : {
   pname = "hint";
-  version = "0.3.2.3";
-  sha256 = "1cc01037cfd32eb1a299ce625487411a97ce70178778d7bbd1d5fcef7d3d40c4";
+  version = "0.3.3.2";
+  sha256 = "1qm74hjz8cxypvavcw7s094zg9ic3r1ll2lj3y159ipc79cw2sn1";
   propagatedBuildInputs = [
-    extensibleExceptions filepath ghcMtl ghcPaths haskellSrc
-    MonadCatchIOMtl mtl utf8String
+    MonadCatchIOMtl ghc ghcMtl ghcPaths haskellSrc mtl utf8String
   ];
   meta = {
-    description = "An mtl compatible version of the Ghc-Api monads and 
monad-transformers";
+    homepage = "http://projects.haskell.org/hint";;
+    description = "Runtime Haskell interpreter (GHC API wrapper)";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.stdenv.lib.platforms.haskellPlatforms;
+    maintainers = [ self.stdenv.lib.maintainers.simons ];
   };
 })
-
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to