X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Flwn-epub.git;a=blobdiff_plain;f=src%2FConfiguration.hs;h=5745d095b9e9de204012889e0f55c2bf83180a68;hp=457480a19a3debea6b86b3c9da99ea2ad79d1f0a;hb=35e0551101fa2267f28ff434a6006a3612ad54c9;hpb=b18c060e5cb708901eb29f1f27b25c467875a143 diff --git a/src/Configuration.hs b/src/Configuration.hs index 457480a..5745d09 100644 --- a/src/Configuration.hs +++ b/src/Configuration.hs @@ -1,6 +1,7 @@ module Configuration ( Cfg(..), - get_cfg + get_cfg, + use_account ) where