summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/hasktags/default.nix
blob: 36b3739a1405bc85d8d8d2f17cb0487073925261 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, filepath, json, utf8String }:

cabal.mkDerivation (self: {
  pname = "hasktags";
  version = "0.69.0";
  sha256 = "1bba6w5h5a5frc899cdlxcyshiqdni6lcqby618akr1917ih1qh8";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [ filepath json utf8String ];
  meta = {
    homepage = "http://github.com/MarcWeber/hasktags";
    description = "Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})