rss 3000.2.0.5 → 3000.2.0.6
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~timePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: time
API changes (from Hackage documentation)
- Text.RSS: instance Bounded Weekday
- Text.RSS: instance Enum Weekday
- Text.RSS: instance Eq Weekday
- Text.RSS: instance Ix Weekday
- Text.RSS: instance Ord Weekday
- Text.RSS: instance Read Weekday
- Text.RSS: instance Show ChannelElem
- Text.RSS: instance Show CloudProtocol
- Text.RSS: instance Show ItemElem
- Text.RSS: instance Show RSS
- Text.RSS: instance Show Weekday
+ Text.RSS: instance GHC.Arr.Ix Text.RSS.Weekday
+ Text.RSS: instance GHC.Classes.Eq Text.RSS.Weekday
+ Text.RSS: instance GHC.Classes.Ord Text.RSS.Weekday
+ Text.RSS: instance GHC.Enum.Bounded Text.RSS.Weekday
+ Text.RSS: instance GHC.Enum.Enum Text.RSS.Weekday
+ Text.RSS: instance GHC.Read.Read Text.RSS.Weekday
+ Text.RSS: instance GHC.Show.Show Text.RSS.ChannelElem
+ Text.RSS: instance GHC.Show.Show Text.RSS.CloudProtocol
+ Text.RSS: instance GHC.Show.Show Text.RSS.ItemElem
+ Text.RSS: instance GHC.Show.Show Text.RSS.RSS
+ Text.RSS: instance GHC.Show.Show Text.RSS.Weekday
Files
- Text/RSS.hs +1/−1
- rss.cabal +2/−2
Text/RSS.hs view
@@ -1,7 +1,7 @@ {-# LANGUAGE CPP #-} #if __GLASGOW_HASKELL__ >= 704-{-# LANGUAGE Trustworthy #-}+{-# LANGUAGE Safe #-} #endif -----------------------------------------------------------------------------
rss.cabal view
@@ -1,5 +1,5 @@ Name: rss-Version: 3000.2.0.5+Version: 3000.2.0.6 Cabal-version: >=1.6 Build-type: Simple Copyright: Jeremy Shaw 2004, Bjorn Bringert 2004-2006@@ -37,7 +37,7 @@ build-depends: time >= 1.1.2 && < 1.5 , old-locale >= 1.0 && < 1.1 else- build-depends: time >= 1.5 && < 1.6+ build-depends: time >= 1.5 && < 1.7 if flag(network-uri) build-depends: network-uri >= 2.6 && < 2.7