summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-04-17 21:13:13 +0200
committerPeter Simons <simons@cryp.to>2014-04-23 11:17:09 +0200
commit2bfb9a54580b221dbf913f917551f262cfbdd45f (patch)
tree5d50e5921ac2a74a4fbdfa0138e82569d3ed19f2 /pkgs
parentc12db35f5736afc1bda51a4e1f4e6ff3e7de1760 (diff)
haskell-midi: update to version 0.2.1.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/midi/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/midi/default.nix b/pkgs/development/libraries/haskell/midi/default.nix
index 9467b567f829..71593bd21cd2 100644
--- a/pkgs/development/libraries/haskell/midi/default.nix
+++ b/pkgs/development/libraries/haskell/midi/default.nix
@@ -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";