haskell-http-client.ImportMappings.mustache Maven / Gradle / Ivy
The newest version!
{-# OPTIONS_GHC -fno-warn-dodgy-imports #-}
module {{baseModule}}.ImportMappings (module ImportMappings) where
{{#x-allImportMappings}}import {{importPath}} as ImportMappings ({{dataType}}(..))
{{/x-allImportMappings}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy