nixpkgs/pkgs/development/libraries/haskell/sample-frame/default.nix

19 lines
580 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, QuickCheck, storableRecord }:
cabal.mkDerivation (self: {
pname = "sample-frame";
version = "0.0.3";
sha256 = "0ivj0bcnqqc805np62bdpvh8v4ykmw86ph5rp7k54bbv9wd31bsv";
isLibrary = true;
isExecutable = true;
buildDepends = [ QuickCheck storableRecord ];
meta = {
homepage = "http://www.haskell.org/haskellwiki/Synthesizer";
description = "Handling of samples in an (audio) signal";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})