From eae8ebdaa33fc17050703c4251e90a8a313739a3 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 12 Jul 2020 09:13:59 -0700 Subject: auth: explicit export list --- Biz/Auth.hs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Biz/Auth.hs') 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) -- cgit v1.2.3