forked from loafle/openapi-generator-original
* [haskell-http-client] Support --name-mappings and handle _ name (#18943) Fixes #18943 * [haskell-http-client] Add missing TypeOperators flag -Wtype-equality-requires-operators: The use of ‘~’ without TypeOperators will become an error in a future GHC release.
This commit is contained in:
@@ -23,6 +23,7 @@ Module : OpenAPIPetstore.Core
|
||||
{-# LANGUAGE ScopedTypeVariables #-}
|
||||
{-# LANGUAGE TupleSections #-}
|
||||
{-# LANGUAGE TypeFamilies #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
{-# LANGUAGE CPP #-}
|
||||
{-# OPTIONS_GHC -fno-warn-name-shadowing -fno-warn-unused-binds -fno-warn-unused-imports #-}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user