Author: simons
Date: Tue Feb 28 00:10:02 2012
New Revision: 32667
URL: https://nixos.org/websvn/nix/?rev=32667&sc=1
Log:
haskell-haskdogs: wrapper around hasktags that fetches sources for dependencies
from hackage
Added:
nixpkgs/trunk/pkgs/development/tools/haskell/haskdogs/
nixpkgs/trunk/pkgs/development/tools/haskell/haskdogs/default.nix
Modified:
nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
Added: nixpkgs/trunk/pkgs/development/tools/haskell/haskdogs/default.nix
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/tools/haskell/haskdogs/default.nix Tue Feb
28 00:10:02 2012 (r32667)
@@ -0,0 +1,16 @@
+{ cabal, Cabal, filepath, HSH }:
+
+cabal.mkDerivation (self: {
+ pname = "haskdogs";
+ version = "0.3";
+ sha256 = "0aji59sazlhn5yardgrsdpf85fvb0mwn4bpslcjxr7mnmpa7j0kz";
+ isLibrary = false;
+ isExecutable = true;
+ buildDepends = [ Cabal filepath HSH ];
+ meta = {
+ homepage = "http://github.com/ierton/haskdogs";
+ description = "Generate ctags file for haskell project directory and it's
deps";
+ license = self.stdenv.lib.licenses.bsd3;
+ platforms = self.ghc.meta.platforms;
+ };
+})
Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Tue Feb 28 00:09:59
2012 (r32666)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Tue Feb 28 00:10:02
2012 (r32667)
@@ -1573,6 +1573,8 @@
HaRe = callPackage ../development/tools/haskell/HaRe {};
+ haskdogs = callPackage ../development/tools/haskell/haskdogs {};
+
hasktags = callPackage ../development/tools/haskell/hasktags {};
hlint = callPackage ../development/tools/haskell/hlint {};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits