summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/libmpd/default.nix
blob: 6dc0aede06996df16b5d7b06e3e6601dbc49c6e6 (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
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, attoparsec, dataDefault, filepath, hspec, mtl, network
, QuickCheck, text, time, utf8String
}:

cabal.mkDerivation (self: {
  pname = "libmpd";
  version = "0.9.0.1";
  sha256 = "11smm8ai7053hljlxi5l2fkqxrqr1xrh6sxg2r0dlsvmmln7smrd";
  buildDepends = [
    attoparsec dataDefault filepath mtl network text time utf8String
  ];
  testDepends = [
    attoparsec dataDefault filepath hspec mtl network QuickCheck text
    time utf8String
  ];
  meta = {
    homepage = "http://github.com/vimus/libmpd-haskell#readme";
    description = "An MPD client library";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})