Prepare for some persistence
This commit is contained in:
@ -3,7 +3,14 @@ module Main where
|
||||
|
||||
import FeedMonad
|
||||
import Data.Category
|
||||
import Data.Entry (URL(URL))
|
||||
|
||||
myFeeds :: [ Category URL ]
|
||||
myFeeds =
|
||||
[ Category "News"
|
||||
[ Leaf (URL "https://github.com/feediron/feediron-recipes/commits/master.atom")]
|
||||
]
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
defaultMain defaultConfig{feeds = [ Category "News" [] ]}
|
||||
defaultMain defaultConfig{feeds = myFeeds }
|
||||
|
Reference in New Issue
Block a user