22 lines
631 B
Nix
22 lines
631 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, dataDefault, filepath, hosc, hsc3, time, timeCompat
|
|
, transformers
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "hsc3-process";
|
|
version = "0.10.0";
|
|
sha256 = "1h769akpd5gsmmlzmhya3dh56rhpf4fkj0vl6zngahc5hl4s7qxc";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
dataDefault filepath hosc hsc3 time timeCompat transformers
|
|
];
|
|
meta = {
|
|
homepage = "https://github.com/kaoskorobase/hsc3-process";
|
|
description = "Create and control scsynth processes";
|
|
license = "GPL";
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|