forked from loafle/openapi-generator-original
[haskell-http-client] disable unused import warning in Core.hs (#4020)
This commit is contained in:
parent
0c7820ccbe
commit
2272743c1d
@ -14,7 +14,7 @@ Module : {{baseModule}}.Core
|
|||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
{-# LANGUAGE TupleSections #-}
|
{-# LANGUAGE TupleSections #-}
|
||||||
{-# LANGUAGE TypeFamilies #-}
|
{-# LANGUAGE TypeFamilies #-}
|
||||||
{-# OPTIONS_GHC -fno-warn-name-shadowing -fno-warn-unused-binds #-}
|
{-# OPTIONS_GHC -fno-warn-name-shadowing -fno-warn-unused-binds -fno-warn-unused-imports #-}
|
||||||
|
|
||||||
module {{baseModule}}.Core where
|
module {{baseModule}}.Core where
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ Module : OpenAPIPetstore.Core
|
|||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
{-# LANGUAGE TupleSections #-}
|
{-# LANGUAGE TupleSections #-}
|
||||||
{-# LANGUAGE TypeFamilies #-}
|
{-# LANGUAGE TypeFamilies #-}
|
||||||
{-# OPTIONS_GHC -fno-warn-name-shadowing -fno-warn-unused-binds #-}
|
{-# OPTIONS_GHC -fno-warn-name-shadowing -fno-warn-unused-binds -fno-warn-unused-imports #-}
|
||||||
|
|
||||||
module OpenAPIPetstore.Core where
|
module OpenAPIPetstore.Core where
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user