1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

Add haskell-libmpd-0.8.0.5

This commit is contained in:
Joachim Fasting 2014-09-21 13:28:38 +02:00
parent c3a2a05899
commit ec32ea31c3
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,25 @@
# 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;
};
})

View file

@ -1490,6 +1490,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
libmpd = callPackage ../development/libraries/haskell/libmpd {};
libmpd_0_8_0_5 = callPackage ../development/libraries/haskell/libmpd/0.8.0.5.nix {};
liblastfm = callPackage ../development/libraries/haskell/liblastfm {};
libsystemdJournal = callPackage ../development/libraries/haskell/libsystemd-journal {