]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - src/Usernames.hs
Clean up imports.
[dead/halcyon.git] / src / Usernames.hs
index 6f2fb2874108bd436a18ad0aedde8ad4db5112a3..92e5c4376f77fc2416044941ee3457f0597727cc 100644 (file)
@@ -4,15 +4,15 @@
 --   to watch. This is all to avoid an orphan instance of Configured
 --   for [String] if we had defined one in e.g. OptionalConfiguration.
 --
-module Usernames
+module Usernames ( Usernames(..) )
 where
 
 -- DC is needed only for the DCT.Configured instance of String.
 import qualified Data.Configurator as DC()
 import qualified Data.Configurator.Types as DCT
-import Data.Data (Data)
-import System.Console.CmdArgs.Default (Default(..))
-import Data.Typeable (Typeable)
+import Data.Data ( Data )
+import System.Console.CmdArgs.Default ( Default(..) )
+import Data.Typeable ( Typeable )
 
 
 newtype Usernames =