summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hosc/default.nix
blob: 2ad4d6210e2b0e4a024ae22e241af59f1cc400fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, binary, blazeBuilder, dataBinaryIeee754, network
, QuickCheck, testFramework, testFrameworkQuickcheck2, time
, transformers
}:

cabal.mkDerivation (self: {
  pname = "hosc";
  version = "0.15";
  sha256 = "1yp25n159p69r32y3x7iwc55l5q9qaamj2vyl1473x8ras5afdcf";
  buildDepends = [
    binary blazeBuilder dataBinaryIeee754 network time transformers
  ];
  testDepends = [
    QuickCheck testFramework testFrameworkQuickcheck2
  ];
  meta = {
    homepage = "http://rd.slavepianos.org/t/hosc";
    description = "Haskell Open Sound Control";
    license = "GPL";
    platforms = self.ghc.meta.platforms;
  };
})