Shuffle things around and create a demo

This commit is contained in:
2021-11-11 21:15:17 +02:00
parent caafd820b6
commit b73c4cfd1b
13 changed files with 93 additions and 27 deletions

View File

@ -0,0 +1,9 @@
{-# LANGUAGE OverloadedStrings #-}
module Main where
import FeedMonad
import Data.Category
main :: IO ()
main = do
defaultMain defaultConfig{feeds = [ Category "News" [] ]}