rss 3000.2.0 → 3000.2.0.1
raw patch · 2 files changed
+7/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Text/RSS.hs +6/−0
- rss.cabal +1/−1
Text/RSS.hs view
@@ -1,3 +1,9 @@+{-# LANGUAGE CPP #-}++#if __GLASGOW_HASKELL__ >= 704+{-# LANGUAGE Trustworthy #-}+#endif+ ----------------------------------------------------------------------------- -- | -- Module : Text.RSS
rss.cabal view
@@ -1,5 +1,5 @@ Name: rss-Version: 3000.2.0+Version: 3000.2.0.1 Cabal-version: >=1.6 Build-type: Simple Copyright: Jeremy Shaw 2004, Bjorn Bringert 2004-2006