Shuffle things around and create a demo
This commit is contained in:
9
FeedMonad-demo/app/Main.hs
Normal file
9
FeedMonad-demo/app/Main.hs
Normal file
@ -0,0 +1,9 @@
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
module Main where
|
||||
|
||||
import FeedMonad
|
||||
import Data.Category
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
defaultMain defaultConfig{feeds = [ Category "News" [] ]}
|
Reference in New Issue
Block a user