Haskell-OpenAPI-Code-Generator / Haskell-OpenAPI-Client-Code-Generator

Generate Haskell client code from an OpenAPI 3 specification
46 stars 19 forks source link

qualify aeson import in generated hs-boot files #108

Closed chris-martin closed 4 months ago

chris-martin commented 4 months ago

I believe this fixes #107.

I also removed the line import qualified Data.Aeson as Data.Aeson.Types.Internal, and it does not seem to be needed.

NorfairKing commented 4 months ago

@joel-bach I like this idea. Let's see what CI says.