summaryrefslogtreecommitdiff
path: root/Biz/Auth.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-07-12 09:13:59 -0700
committerBen Sima <ben@bsima.me>2020-07-12 09:25:10 -0700
commiteae8ebdaa33fc17050703c4251e90a8a313739a3 (patch)
treef1caa9621be627ca99da0b25f06490a5d7f63610 /Biz/Auth.hs
parenta76870b7f3dda5b564185cfd652e11998d7ff88d (diff)
auth: explicit export list
Diffstat (limited to 'Biz/Auth.hs')
-rw-r--r--Biz/Auth.hs6
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)