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