We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In getting ready for the add to stackage #13, I encountered a build warning;
> git clone https://github.com/adamgundry/uom-plugin.git > cd uom-plugin > stack build --test --bench --haddock --resolver lts-11.9 /.../uom-plugin/uom-plugin/src/Data/UnitsOfMeasure/Plugin/Convert.hs:12:1: warning: [-Wunused-imports] The import of ‘TcType’ is redundant except perhaps to import instances from ‘TcType’ To import instances alone, use: import TcType() | 12 | import TcType | ^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
Import instances only from TcType, #44.
f692f72
Make the import conditional on compiler version, #44.
d9b6f66
Fixed by #45. Thanks!
Sorry, something went wrong.
No branches or pull requests
In getting ready for the add to stackage #13, I encountered a build warning;
The text was updated successfully, but these errors were encountered: