forked from loafle/openapi-generator-original
[haskell-http-client] disable unused import warning in Core.hs (#4020)
This commit is contained in:
@@ -23,7 +23,7 @@ Module : OpenAPIPetstore.Core
|
||||
{-# LANGUAGE ScopedTypeVariables #-}
|
||||
{-# LANGUAGE TupleSections #-}
|
||||
{-# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user