]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - src/Twitter/User.hs
Rewrite CommandLine to use cmdargs and integrate the command-line and RC file options.
[dead/halcyon.git] / src / Twitter / User.hs
index a1eed3a356dd5922349d02aa29ad71d3e94a51b3..988cf3c65b46f258991e5161f3344e8482263c22 100644 (file)
@@ -1,5 +1,8 @@
 -- | Functions and data for working with Twitter users.
-module Twitter.User
+module Twitter.User (
+  User(..),
+  screen_name_to_timeline_url
+  )
 where
 
 import Control.Applicative ((<$>))