haskell-libmpd: remove obsolete version 0.8.0.5

This commit is contained in:
Peter Simons
2014-10-11 18:51:55 +02:00
parent 9bcb7a06f3
commit 2dea014755
3 changed files with 1 additions and 31 deletions

View File

@@ -1,26 +0,0 @@
# 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;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})