haskell-libmpd: bump to 0.9.0.1

This commit is contained in:
Joachim Fasting 2014-09-21 13:06:58 +02:00
parent 115906c52e
commit c3a2a05899

View file

@ -1,25 +1,24 @@
# 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, attoparsec, dataDefault, filepath, hspec, mtl, network
, QuickCheck, text, time, utf8String
}:
cabal.mkDerivation (self: {
pname = "libmpd";
version = "0.8.0.5";
sha256 = "0jxd2xl9imfvb3dz7zqwzx392aw2cb2pl3drx5wkygbywbi5ijhh";
version = "0.9.0.1";
sha256 = "11smm8ai7053hljlxi5l2fkqxrqr1xrh6sxg2r0dlsvmmln7smrd";
buildDepends = [
attoparsec dataDefault filepath mtl network text time utf8String
];
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 = {
homepage = "http://github.com/joachifm/libmpd-haskell#readme";
homepage = "http://github.com/vimus/libmpd-haskell#readme";
description = "An MPD client library";
license = "LGPL";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})