forked from mirrors/nixpkgs
Added hosc to haskellPackages
This commit is contained in:
parent
3071a57c34
commit
0fee453c14
24
pkgs/development/libraries/haskell/hosc/default.nix
Normal file
24
pkgs/development/libraries/haskell/hosc/default.nix
Normal file
|
@ -0,0 +1,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;
|
||||
};
|
||||
})
|
|
@ -1260,6 +1260,11 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
hopenssl = callPackage ../development/libraries/haskell/hopenssl {};
|
||||
|
||||
hosc = callPackage ../development/libraries/haskell/hosc {
|
||||
binary = self.binary_0_7_2_2;
|
||||
dataBinaryIeee754 = self.dataBinaryIeee754.override { binary = self.binary_0_7_2_2; };
|
||||
};
|
||||
|
||||
hostname = callPackage ../development/libraries/haskell/hostname {};
|
||||
|
||||
hp2anyCore = callPackage ../development/libraries/haskell/hp2any-core {};
|
||||
|
|
Loading…
Reference in a new issue