We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74891cf commit cda8ee6Copy full SHA for cda8ee6
Text/Feed/Constructor.hs
@@ -134,7 +134,9 @@ withFeedItems is fe =
134
Feed.Types.RSSFeed f -> Feed.Types.RSSFeed
135
f{rssChannel=(rssChannel f){rssItems=[]}}
136
Feed.Types.RSS1Feed f -> Feed.Types.RSS1Feed
137
- f{feedItems=[]})
+ f{feedItems=[]}
138
+ Feed.Types.XMLFeed xml -> Feed.Types.XMLFeed
139
+ xml{elContent=[]})
140
is
141
142
newItem :: FeedKind -> Feed.Types.Item
feed.cabal
@@ -1,5 +1,5 @@
1
Name: feed
2
-Version: 0.3.9.2
+Version: 0.3.9.3
3
License: BSD3
4
License-file: LICENSE
5
Category: Text
@@ -46,6 +46,5 @@ library
46
old-locale >= 1,
47
old-time >= 1,
48
xml >= 1.2.6,
49
- utf8-string,
+ utf8-string == 0.3,
50
time
51
-
0 commit comments