dmjio / hackernews

:newspaper: HackerNews API
http://hackage.haskell.org/package/hackernews
MIT License
40 stars 9 forks source link

Export data constructors for MaxItem and TopStories. #12

Closed cdepillabout closed 9 years ago

cdepillabout commented 9 years ago

Without these data constructors being exported, it is not possible to get any data out of the MaxItem or TopStories types.

Other newtypes like StoryId have their constructors exported, so I think it should be okay to export the constructors for Max Item and TopStories as well.