[haskell-http-client] disable unused import warning in Core.hs (#4020)

This commit is contained in:
Jon Schoning
2019-10-01 22:49:16 -05:00
committed by GitHub
parent 0c7820ccbe
commit 2272743c1d
2 changed files with 2 additions and 2 deletions

View File

@@ -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