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

{ cabal, cmdargs, parallelIo, shelly, split, systemFilepath, text
}:

cabal.mkDerivation (self: {
  pname = "rehoo";
  version = "0.3.1";
  sha256 = "0pwmz1q2866yj8hxbvha4v1smhppkd3jsrrhbhmbxw137l54ijgf";
  isLibrary = false;
  isExecutable = true;
  buildDepends = [
    cmdargs parallelIo shelly split systemFilepath text
  ];
  meta = {
    homepage = "https://github.com/jwiegley/rehoo";
    description = "Rebuild default.hoo from many .hoo files in the current directory";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})