2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-09-21 13:06:58 +02:00
|
|
|
{ cabal, attoparsec, dataDefault, filepath, hspec, mtl, network
|
|
|
|
, QuickCheck, text, time, utf8String
|
2013-02-24 22:09:07 +01:00
|
|
|
}:
|
2011-11-21 19:02:22 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "libmpd";
|
2014-09-21 13:06:58 +02:00
|
|
|
version = "0.9.0.1";
|
|
|
|
sha256 = "11smm8ai7053hljlxi5l2fkqxrqr1xrh6sxg2r0dlsvmmln7smrd";
|
2014-05-03 11:44:51 +02:00
|
|
|
buildDepends = [
|
|
|
|
attoparsec dataDefault filepath mtl network text time utf8String
|
|
|
|
];
|
2013-02-24 22:09:07 +01:00
|
|
|
testDepends = [
|
2014-09-21 13:06:58 +02:00
|
|
|
attoparsec dataDefault filepath hspec mtl network QuickCheck text
|
|
|
|
time utf8String
|
2013-02-24 22:09:07 +01:00
|
|
|
];
|
2011-11-21 19:02:22 +01:00
|
|
|
meta = {
|
2014-09-21 13:06:58 +02:00
|
|
|
homepage = "http://github.com/vimus/libmpd-haskell#readme";
|
2011-11-21 19:02:22 +01:00
|
|
|
description = "An MPD client library";
|
2014-09-21 13:06:58 +02:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-11-21 19:02:22 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|