diff options
author | Ben Sima <ben@bsima.me> | 2020-07-12 09:13:59 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-07-12 09:25:10 -0700 |
commit | eae8ebdaa33fc17050703c4251e90a8a313739a3 (patch) | |
tree | f1caa9621be627ca99da0b25f06490a5d7f63610 /Biz | |
parent | a76870b7f3dda5b564185cfd652e11998d7ff88d (diff) |
auth: explicit export list
Diffstat (limited to 'Biz')
-rw-r--r-- | Biz/Auth.hs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Biz/Auth.hs b/Biz/Auth.hs index ce2a716..2f4d17a 100644 --- a/Biz/Auth.hs +++ b/Biz/Auth.hs @@ -1,4 +1,8 @@ -module Biz.Auth where +module Biz.Auth + ( Error (..), + Password, + Username, + ) where import Data.ByteString (ByteString) import Data.Text (Text) |