We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e9525 commit 12b6a49Copy full SHA for 12b6a49
plugins/default/src/Ide/Plugin/Brittany.hs
@@ -111,6 +111,7 @@ showExtension :: Extension -> Maybe String
111
showExtension Cpp = Just "-XCPP"
112
-- Brittany chokes on parsing extensions that produce warnings
113
showExtension DatatypeContexts = Nothing
114
+showExtension RecordPuns = Just "-XNamedFieldPuns"
115
showExtension other = Just $ "-X" ++ show other
116
117
getExtensions :: D.DynFlags -> [String]
0 commit comments