2010-04-15 23:10:06 +02:00
|
|
|
{cabal, utf8String, xml}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "feed";
|
2011-03-12 18:28:15 +01:00
|
|
|
version = "0.3.8";
|
|
|
|
sha256 = "1yvigcvb8cvxfa8vb2i11xkrylqw57jwzkaji6m1wp03k80zf576";
|
2010-04-15 23:10:06 +02:00
|
|
|
propagatedBuildInputs = [utf8String xml];
|
|
|
|
meta = {
|
|
|
|
description = "Interfacing with RSS and Atom feeds";
|
|
|
|
license = "BSD";
|
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|
2010-04-15 23:10:06 +02:00
|
|
|
|