nixpkgs/pkgs/development/libraries/haskell/haskore/default.nix

24 lines
709 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2013-12-23 10:22:37 +01:00
{ cabal, dataAccessor, eventList, haskellSrc, markovChain, midi
, nonNegative, parsec, random, transformers, utilityHt
}:
cabal.mkDerivation (self: {
pname = "haskore";
2014-08-16 10:08:18 +02:00
version = "0.2.0.4";
sha256 = "0hhsiazdz44amilcwfxl0r10yxzhql83pgd21k89fmg1gkc4q46j";
2013-12-23 10:22:37 +01:00
isLibrary = true;
isExecutable = true;
buildDepends = [
dataAccessor eventList haskellSrc markovChain midi nonNegative
parsec random transformers utilityHt
];
meta = {
homepage = "http://www.haskell.org/haskellwiki/Haskore";
description = "The Haskore Computer Music System";
license = "GPL";
platforms = self.ghc.meta.platforms;
};
})