-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Try to see 255 exit code in isolation #873
base: main
Are you sure you want to change the base?
Conversation
- -XBangPatterns | ||
- -XDataKinds | ||
- -XDeriveAnyClass | ||
- -XDeriveFoldable | ||
- -XDeriveFunctor | ||
- -XDeriveGeneric | ||
- -XDeriveLift | ||
- -XDeriveTraversable | ||
- -XDerivingStrategies | ||
- -XFlexibleContexts | ||
- -XFlexibleInstances | ||
- -XGADTs | ||
- -XGeneralizedNewtypeDeriving | ||
- -XLambdaCase | ||
- -XMultiParamTypeClasses | ||
- -XNoImplicitPrelude | ||
- -XNoMonomorphismRestriction | ||
- -XOverloadedRecordDot | ||
- -XOverloadedStrings | ||
- -XQuasiQuotes | ||
- -XRankNTypes | ||
- -XRecordWildCards | ||
- -XScopedTypeVariables | ||
- -XStandaloneDeriving | ||
- -XTypeApplications | ||
- -XTypeFamilies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[PATCH 2/2] Restyled by prettier-yaml
- -XBangPatterns | |
- -XDataKinds | |
- -XDeriveAnyClass | |
- -XDeriveFoldable | |
- -XDeriveFunctor | |
- -XDeriveGeneric | |
- -XDeriveLift | |
- -XDeriveTraversable | |
- -XDerivingStrategies | |
- -XFlexibleContexts | |
- -XFlexibleInstances | |
- -XGADTs | |
- -XGeneralizedNewtypeDeriving | |
- -XLambdaCase | |
- -XMultiParamTypeClasses | |
- -XNoImplicitPrelude | |
- -XNoMonomorphismRestriction | |
- -XOverloadedRecordDot | |
- -XOverloadedStrings | |
- -XQuasiQuotes | |
- -XRankNTypes | |
- -XRecordWildCards | |
- -XScopedTypeVariables | |
- -XStandaloneDeriving | |
- -XTypeApplications | |
- -XTypeFamilies |
# for ad hoc ways to suppress hlint. | ||
|
||
--- | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[PATCH 2/2] Restyled by prettier-yaml
- {name: [Data.Set], as: Set} | ||
- {name: [Data.Map], as: Map} | ||
- {name: [Data.HashSet], as: HashSet} | ||
- {name: [Data.HashMap.Strict], as: HashMap} | ||
- {name: [Data.Text], as: T} | ||
- {name: [Data.Text.Encoding], as: T} | ||
- {name: [Data.Text.IO], as: T} | ||
- {name: [Data.Text.Lazy], as: TL} | ||
- {name: [Data.Text.Lazy.Encoding], as: TL} | ||
- {name: [Data.Text.IO.Lazy], as: TL} | ||
- {name: [Data.ByteString], as: BS} | ||
- {name: [Data.ByteString.Lazy], as: BSL} | ||
- {name: [Data.ByteString.Char8], as: BS8} | ||
- {name: [Data.ByteString.Lazy.Char8], as: BSL8} | ||
- {name: [Data.List.NonEmpty], as: NE} | ||
- {name: [Data.Sequence], as: Seq} | ||
- {name: Database.Esqueleto.Legacy, within: []} | ||
- {name: Freckle.CurriculaApi, as: CurriculaApi} | ||
- name: | ||
- Freckle.App.OpenTelemetry | ||
- OpenTelemetry.Context | ||
- OpenTelemetry.Context.ThreadLocal | ||
- OpenTelemetry.Trace | ||
as: Trace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[PATCH 2/2] Restyled by prettier-yaml
- {name: [Data.Set], as: Set} | |
- {name: [Data.Map], as: Map} | |
- {name: [Data.HashSet], as: HashSet} | |
- {name: [Data.HashMap.Strict], as: HashMap} | |
- {name: [Data.Text], as: T} | |
- {name: [Data.Text.Encoding], as: T} | |
- {name: [Data.Text.IO], as: T} | |
- {name: [Data.Text.Lazy], as: TL} | |
- {name: [Data.Text.Lazy.Encoding], as: TL} | |
- {name: [Data.Text.IO.Lazy], as: TL} | |
- {name: [Data.ByteString], as: BS} | |
- {name: [Data.ByteString.Lazy], as: BSL} | |
- {name: [Data.ByteString.Char8], as: BS8} | |
- {name: [Data.ByteString.Lazy.Char8], as: BSL8} | |
- {name: [Data.List.NonEmpty], as: NE} | |
- {name: [Data.Sequence], as: Seq} | |
- {name: Database.Esqueleto.Legacy, within: []} | |
- {name: Freckle.CurriculaApi, as: CurriculaApi} | |
- name: | |
- Freckle.App.OpenTelemetry | |
- OpenTelemetry.Context | |
- OpenTelemetry.Context.ThreadLocal | |
- OpenTelemetry.Trace | |
as: Trace |
No description provided.