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