summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/midi/default.nix
blob: 864d3c5c427b4555b27c00f38a93ac6447641739 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, binary, eventList, explicitException, monoidTransformer
, nonNegative, QuickCheck, random, transformers, utilityHt
}:

cabal.mkDerivation (self: {
  pname = "midi";
  version = "0.2.1.3";
  sha256 = "0mqf6q7686zdxljkz3bqa2zhkgirqz5c1fkbd3n4wyipzhjc773a";
  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";
    license = "GPL";
    platforms = self.ghc.meta.platforms;
  };
})