Merge pull request #4190 from joachifm/haskell-libmpd_0_9

haskell-libmpd: bump to 0.9.0.1
This commit is contained in:
Mateusz Kowalczyk 2014-09-21 18:17:44 +01:00
commit 0872d712a0
3 changed files with 38 additions and 10 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

@ -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;
};
})

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 {
@ -3040,7 +3042,9 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
xlsx = callPackage ../development/libraries/haskell/xlsx {};
xmobar = callPackage ../applications/misc/xmobar {};
xmobar = callPackage ../applications/misc/xmobar {
libmpd = self.libmpd_0_8_0_5;
};
xmonad = callPackage ../applications/window-managers/xmonad {};