module Mock.Blog.URL ( simple ) where import Blog.URL (URL(..)) simple :: URL simple = URL { cards = Nothing , comments = Nothing , rss = Nothing }