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