arbor-postgres-0.0.1: src/Arbor/Postgres/Password.hs
module Arbor.Postgres.Password where
import Data.Text (Text)
newtype Password = Password Text
deriving Eq
instance Show Password where
showsPrec _ _ = ("********" ++)
module Arbor.Postgres.Password where
import Data.Text (Text)
newtype Password = Password Text
deriving Eq
instance Show Password where
showsPrec _ _ = ("********" ++)