haskell-libmpd: update to version 0.8.0.3
This commit is contained in:
parent
9953352f3e
commit
f899787872
@ -1,18 +1,20 @@
|
|||||||
{ cabal, dataDefault, filepath, hspec, HUnit, mtl, network
|
{ cabal, attoparsec, dataDefault, filepath, hspec, HUnit, mtl
|
||||||
, QuickCheck, text, time, utf8String
|
, network, QuickCheck, text, time, utf8String
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "libmpd";
|
pname = "libmpd";
|
||||||
version = "0.8.0.2";
|
version = "0.8.0.3";
|
||||||
sha256 = "1phlbb5lsapw2hb0db7906ddlmvnpyk1xbgxvl9zp9zfd0sn40aj";
|
sha256 = "0xbbk2rg6awfz5ak20956nriifga81ndk7n58lbbf5i86380akwz";
|
||||||
buildDepends = [ filepath mtl network text time utf8String ];
|
buildDepends = [
|
||||||
|
attoparsec dataDefault filepath mtl network text time utf8String
|
||||||
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
dataDefault hspec HUnit mtl network QuickCheck text time utf8String
|
dataDefault hspec HUnit mtl network QuickCheck text time utf8String
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/joachifm/libmpd-haskell";
|
homepage = "http://github.com/joachifm/libmpd-haskell#readme";
|
||||||
description = "An MPD client library";
|
description = "An MPD client library";
|
||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user