We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Username, EmailAddress, and Password types use newtype deriving strategy for Show instances. This was not intentional and is wrong in this case.
Username
EmailAddress
Password
Show
cascade/cascade-api/src/Cascade/Api/Data/Text/Username.hs
Line 34 in 32f5991
cascade/cascade-api/src/Cascade/Api/Data/Text/EmailAddress.hs
Line 29 in 32f5991
cascade/cascade-api/src/Cascade/Api/Data/ByteString/Password.hs
Line 31 in 32f5991
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Username
,EmailAddress
, andPassword
types use newtype deriving strategy forShow
instances. This was not intentional and is wrong in this case.cascade/cascade-api/src/Cascade/Api/Data/Text/Username.hs
Line 34 in 32f5991
cascade/cascade-api/src/Cascade/Api/Data/Text/EmailAddress.hs
Line 29 in 32f5991
cascade/cascade-api/src/Cascade/Api/Data/ByteString/Password.hs
Line 31 in 32f5991
The text was updated successfully, but these errors were encountered: