Adding hsc3-process haskell package

This commit is contained in:
karsten gebbert 2014-10-26 12:05:43 +01:00 committed by Peter Simons
parent fbea3a1427
commit 872bab6b9d
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# 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;
};
})

View File

@ -1281,6 +1281,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
hsc3-dot = callPackage ../development/libraries/haskell/hsc3-dot {};
hsc3-process = callPackage ../development/libraries/haskell/hsc3-process {};
hsdns = callPackage ../development/libraries/haskell/hsdns {};
hsemail = callPackage ../development/libraries/haskell/hsemail {};