haskell-feed: update to version 0.3.9.2
This commit is contained in:
parent
436885b067
commit
ece9b21522
@ -1,10 +1,10 @@
|
|||||||
{ cabal, utf8String, xml }:
|
{ cabal, time, utf8String, xml }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "feed";
|
pname = "feed";
|
||||||
version = "0.3.9.1";
|
version = "0.3.9.2";
|
||||||
sha256 = "1c7dj9w9qj8408qql1kfq8m28fwvfd7bpgkj32lmk5x9qm5iz04k";
|
sha256 = "05sg2ly1pvni3sfv03rbf60vdjkrfa0f9mmc1dm1hrmp638j67gg";
|
||||||
buildDepends = [ utf8String xml ];
|
buildDepends = [ time utf8String xml ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/sof/feed";
|
homepage = "https://github.com/sof/feed";
|
||||||
description = "Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.";
|
description = "Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.";
|
||||||
|
Loading…
Reference in New Issue
Block a user