about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hsc3-process/default.nix
blob: 6b81f64b03dd3350cfc7bfee81a29e1baa1930cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;
  };
})