File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/haskell-http-client
samples/client/petstore/haskell-http-client/lib/OpenAPIPetstore Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Module : {{baseModule}}.Core
1414{ -# LANGUAGE ScopedTypeVariables #-}
1515{ -# LANGUAGE TupleSections #-}
1616{ -# LANGUAGE TypeFamilies #-}
17- { -# OPTIONS_GHC -fno-warn-name-shadowing -fno-warn-unused-binds #-}
17+ { -# OPTIONS_GHC -fno-warn-name-shadowing -fno-warn-unused-binds -fno-warn-unused-imports #-}
1818
1919module { {baseModule} }.Core where
2020
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Module : OpenAPIPetstore.Core
2323{-# LANGUAGE ScopedTypeVariables #-}
2424{-# LANGUAGE TupleSections #-}
2525{-# LANGUAGE TypeFamilies #-}
26- {-# OPTIONS_GHC -fno-warn-name-shadowing -fno-warn-unused-binds #-}
26+ {-# OPTIONS_GHC -fno-warn-name-shadowing -fno-warn-unused-binds -fno-warn-unused-imports #-}
2727
2828module OpenAPIPetstore.Core where
2929
You can’t perform that action at this time.
0 commit comments