diff options
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) |