3
0
Fork 0
forked from mirrors/nixpkgs

Added hosc to haskellPackages

This commit is contained in:
karsten gebbert 2014-10-25 12:14:40 +02:00 committed by Peter Simons
parent 3071a57c34
commit 0fee453c14
2 changed files with 29 additions and 0 deletions

View 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;
};
})

View file

@ -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 {};