summaryrefslogtreecommitdiff
path: root/Biz/Auth.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Auth.hs')
-rw-r--r--Biz/Auth.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Biz/Auth.hs b/Biz/Auth.hs
index 2f4d17a..3648395 100644
--- a/Biz/Auth.hs
+++ b/Biz/Auth.hs
@@ -2,7 +2,8 @@ module Biz.Auth
( Error (..),
Password,
Username,
- ) where
+ )
+where
import Data.ByteString (ByteString)
import Data.Text (Text)
@@ -13,4 +14,5 @@ data Error
| BadPassword
type Password = MisoString
+
type Username = MisoString