1
0
Fork 0

Fix generated line

This commit is contained in:
Malte 2023-03-26 16:16:21 +02:00
parent 44611b11c9
commit ce3c4aeaa6
2 changed files with 5 additions and 5 deletions

View file

@ -159,9 +159,9 @@ mkFeedIndex = \feeds ->
, "<body>"
, "<h1>Available RSS Feeds</h1>"
, "<i>"
, "Report generate by the"
, "<a href =\"https://git.maralorn.de/nixos-config/tree/packages/rssfeeds/Folders.hs\">"
, "folders2rss"
, "Report generated by the"
, "<a href =\"https://git.maralorn.de/nixos-config/tree/packages/rssfeeds/FancyIndex.hs\">"
, "fancyindex2rss"
, "</a>"
, "script."
, "</i>"

View file

@ -76,9 +76,9 @@ executable mail2rss
default-language: GHC2021
executable folders2rss
executable fancyindex2rss
import: common-options
main-is: Folders.hs
main-is: FancyIndex.hs
build-depends:
, base
, containers