haskell-libmpd: bump to 0.9.0.1
This commit is contained in:
parent
115906c52e
commit
c3a2a05899
@ -1,25 +1,24 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, attoparsec, dataDefault, filepath, hspec, HUnit, mtl
|
{ cabal, attoparsec, dataDefault, filepath, hspec, mtl, network
|
||||||
, network, QuickCheck, text, time, utf8String
|
, QuickCheck, text, time, utf8String
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "libmpd";
|
pname = "libmpd";
|
||||||
version = "0.8.0.5";
|
version = "0.9.0.1";
|
||||||
sha256 = "0jxd2xl9imfvb3dz7zqwzx392aw2cb2pl3drx5wkygbywbi5ijhh";
|
sha256 = "11smm8ai7053hljlxi5l2fkqxrqr1xrh6sxg2r0dlsvmmln7smrd";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec dataDefault filepath mtl network text time utf8String
|
attoparsec dataDefault filepath mtl network text time utf8String
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
dataDefault hspec HUnit mtl network QuickCheck text time utf8String
|
attoparsec dataDefault filepath hspec mtl network QuickCheck text
|
||||||
|
time utf8String
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
doCheck = false;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/joachifm/libmpd-haskell#readme";
|
homepage = "http://github.com/vimus/libmpd-haskell#readme";
|
||||||
description = "An MPD client library";
|
description = "An MPD client library";
|
||||||
license = "LGPL";
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user