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

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

cabal.mkDerivation (self: {
  pname = "libmpd";
  version = "0.8.0.5";
  sha256 = "0jxd2xl9imfvb3dz7zqwzx392aw2cb2pl3drx5wkygbywbi5ijhh";
  buildDepends = [
    attoparsec dataDefault filepath mtl network text time utf8String
  ];
  testDepends = [
    dataDefault hspec HUnit mtl network QuickCheck text time utf8String
  ];
  jailbreak = true;
  doCheck = false;
  meta = {
    homepage = "http://github.com/joachifm/libmpd-haskell#readme";
    description = "An MPD client library";
    license = "LGPL";
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})