18 lines
609 B
Nix
18 lines
609 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, filepath, machines, machinesIo, transformers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "machines-directory";
|
|
version = "0.0.0.1";
|
|
sha256 = "1npgh7f5czx6r3s05y48rs6xkrgpv3if38apwnbvi4ignmsfsvyx";
|
|
buildDepends = [ filepath machines machinesIo transformers ];
|
|
jailbreak = true;
|
|
meta = {
|
|
homepage = "http://github.com/aloiscochard/machines-io";
|
|
description = "Directory (system) utilities for the machines library";
|
|
license = self.stdenv.lib.licenses.asl20;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|