Select the types of activity you want to include in your feed.
1module MyLib (someFunc) where 2 3someFunc :: IO () 4someFunc = putStrLn "someFunc"