# 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; }; })