-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v3000.2.0.8: Drop flag
old-locale
and support for GHC 7
- Loading branch information
1 parent
a3ce12a
commit 7427e5c
Showing
5 changed files
with
83 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
3000.2.0.8 | ||
---------- | ||
|
||
_Andreas Abel, 2024-03-16_ | ||
|
||
* Drop support for GHC 7. | ||
* Remove cabal flag `old-locale`. | ||
* Tested with GHC 8.0 - 9.10. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{-# LANGUAGE CPP #-} | ||
|
||
----------------------------------------------------------------------------- | ||
-- | | ||
-- Module : Text.RSS | ||
|
@@ -8,8 +6,8 @@ | |
-- License : This code is released to the public domain and comes | ||
-- with no warranty. | ||
-- | ||
-- Maintainer : Bas van Dijk <[email protected]> | ||
-- Stability : experimental | ||
-- Maintainer : Andreas Abel | ||
-- Stability : stable | ||
-- Portability : portable | ||
-- | ||
-- A libary for generating RSS 2.0 feeds. | ||
|
@@ -54,14 +52,8 @@ import Data.Ix (Ix) | |
|
||
import Network.URI (URI) | ||
|
||
#if MIN_VERSION_time(1,5,0) | ||
import Data.Time.Format (defaultTimeLocale, | ||
rfc822DateFormat) | ||
#else | ||
import System.Locale (defaultTimeLocale, | ||
rfc822DateFormat) | ||
#endif | ||
|
||
import Data.Time.Clock (UTCTime) | ||
import Data.Time.Format (formatTime) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
branches: master ci-* | ||
branches: master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters