3
0
Fork 0
forked from mirrors/nixpkgs

haskell-midi: update to version 0.2.1.2

This commit is contained in:
Peter Simons 2014-04-17 21:13:13 +02:00
parent c12db35f57
commit 2bfb9a5458

View file

@ -4,14 +4,16 @@
cabal.mkDerivation (self: {
pname = "midi";
version = "0.2.1.1";
sha256 = "11h4kr9a1jia1ghcyzgavcznw4771l00z736iibjpagw0b8fpip5";
isLibrary = true;
isExecutable = true;
version = "0.2.1.2";
sha256 = "077cxdazr97hjpq42l7hjn905pfhyshvaiwqjdfnzhjv6r48q4zk";
buildDepends = [
binary eventList explicitException monoidTransformer nonNegative
QuickCheck random transformers utilityHt
];
testDepends = [
eventList explicitException nonNegative QuickCheck transformers
utilityHt
];
meta = {
homepage = "http://www.haskell.org/haskellwiki/MIDI";
description = "Handling of MIDI messages and files";