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
sol/doctest#248
How can we get the package description from cabal? Would it make sense to get the .hs files to parse from cabal, too?
The text was updated successfully, but these errors were encountered:
I haven't had the time to maintain this project in a while. Sorry, I won't be able to help you out here.
Sorry, something went wrong.
To workaround this problem, I use -optF config.json option. The config.json has the following content to enable the extension you want.
-optF config.json
{ "doctestOptions": ["-XOverloadedStrings", "-XStrictData", "-XGeneralizedNewtypeDeriving", "-XDeriveGeneric"] }
There are two issues on this approach.
No branches or pull requests
sol/doctest#248
How can we get the package description from cabal?
Would it make sense to get the .hs files to parse from cabal, too?
The text was updated successfully, but these errors were encountered: