blob: 9d679e55632182e8d695b2fe22dc053061cf560a (
plain)
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, pureMD5 }:
cabal.mkDerivation (self: {
pname = "redo";
version = "0.2.0";
sha256 = "18951sri8wix8aazd8hy8g2gzcpxw2x1ihzmn2prlf10zy1jcy4d";
isLibrary = false;
isExecutable = true;
buildDepends = [ filepath pureMD5 ];
meta = {
homepage = "https://github.com/jekor/redo";
description = "software build system, make replacement, implementation of djb's redo";
license = self.stdenv.lib.licenses.publicDomain;
platforms = self.ghc.meta.platforms;
};
})
|