2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-12-23 09:21:27 +00:00
|
|
|
{ cabal, binary, eventList, explicitException, monoidTransformer
|
|
|
|
, nonNegative, QuickCheck, random, transformers, utilityHt
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "midi";
|
2014-07-03 16:00:37 +01:00
|
|
|
version = "0.2.1.3";
|
|
|
|
sha256 = "0mqf6q7686zdxljkz3bqa2zhkgirqz5c1fkbd3n4wyipzhjc773a";
|
2013-12-23 09:21:27 +00:00
|
|
|
buildDepends = [
|
|
|
|
binary eventList explicitException monoidTransformer nonNegative
|
|
|
|
QuickCheck random transformers utilityHt
|
|
|
|
];
|
2014-04-17 20:13:13 +01:00
|
|
|
testDepends = [
|
|
|
|
eventList explicitException nonNegative QuickCheck transformers
|
|
|
|
utilityHt
|
|
|
|
];
|
2013-12-23 09:21:27 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "http://www.haskell.org/haskellwiki/MIDI";
|
|
|
|
description = "Handling of MIDI messages and files";
|
|
|
|
license = "GPL";
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|