fea40bd0fc
Starting with GHC 9.2, UndecidableInstances no longer implies FlexibleContexts. Add this extension where it's needed to make compilation succeed.
9 lines
239 B
Text
9 lines
239 B
Text
synopsis: Enable FlexibleContexts in Servant.API.ContentTypes
|
|
prs: #1477
|
|
|
|
description: {
|
|
|
|
Starting with GHC 9.2, UndecidableInstances no longer implies FlexibleContexts.
|
|
Add this extension where it's needed to make compilation succeed.
|
|
|
|
}
|