Added HaRe, the Haskell Refactorer.

svn path=/nixpkgs/trunk/; revision=23599
This commit is contained in:
Andres Löh
2010-09-02 10:02:26 +00:00
parent 5e4adf0e4b
commit e208e8ae76
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{cabal, hint, mtl, network}:
cabal.mkDerivation (self : {
pname = "HaRe";
version = "0.6.0.1";
sha256 = "cd3fa312c7fa6a5f761bbc3ebdbc6300e83ba9e285047acded6269d2164d67f8";
propagatedBuildInputs = [hint mtl network];
meta = {
description = "The Haskell Refactorer";
license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})