packages feed

feed 0.3.7 → 0.3.8

raw patch · 2 files changed

+8/−4 lines, 2 filesdep +old-localedep +old-timedep −haskell98dep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependencies added: old-locale, old-time

Dependencies removed: haskell98

Dependency ranges changed: base

API changes (from Hackage documentation)

- Text.Atom.Feed.Validate: instance (Eq a) => Eq (VTree a)
- Text.Atom.Feed.Validate: instance (Show a) => Show (VTree a)
- Text.RSS1.Utils: conNS :: Maybe String
- Text.RSS1.Utils: conPrefix :: Maybe String
- Text.RSS1.Utils: dcNS :: Maybe String
- Text.RSS1.Utils: dcPrefix :: Maybe String
- Text.RSS1.Utils: rdfNS :: Maybe String
- Text.RSS1.Utils: rdfPrefix :: Maybe String
- Text.RSS1.Utils: rss10NS :: Maybe String
- Text.RSS1.Utils: rssPrefix :: Maybe String
- Text.RSS1.Utils: synNS :: Maybe String
- Text.RSS1.Utils: synPrefix :: Maybe String
- Text.RSS1.Utils: taxNS :: Maybe String
- Text.RSS1.Utils: taxPrefix :: Maybe String
+ Text.Atom.Feed.Validate: instance Eq a => Eq (VTree a)
+ Text.Atom.Feed.Validate: instance Show a => Show (VTree a)
+ Text.RSS1.Utils: conPrefix, conNS :: Maybe String
+ Text.RSS1.Utils: dcPrefix, dcNS :: Maybe String
+ Text.RSS1.Utils: rdfPrefix, rdfNS :: Maybe String
+ Text.RSS1.Utils: rssPrefix, rss10NS :: Maybe String
+ Text.RSS1.Utils: synPrefix, synNS :: Maybe String
+ Text.RSS1.Utils: taxPrefix, taxNS :: Maybe String

Files

Text/Feed/Util.hs view
@@ -12,8 +12,8 @@ module Text.Feed.Util where  import Text.Feed.Types-import Time-import Locale+import System.Time+import System.Locale  -- | 'toFeedDate' translates a calendar time into -- the format expected by the feed kind.
feed.cabal view
@@ -1,5 +1,5 @@ Name:               feed-Version:            0.3.7+Version:            0.3.8 License:            BSD3 License-file:       LICENSE Category:           Text@@ -39,5 +39,9 @@                      Text.Feed.Translate                      Text.Feed.Util     Ghc-Options:     -Wall-    Build-Depends:   base >= 2 && < 4, haskell98, xml >= 1.2.6, utf8-string+    Build-Depends:   base >= 4 && < 5,+                     old-locale >= 1,+                     old-time   >= 1,+                     xml >= 1.2.6,+                     utf8-string