-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Doctest, cannot set package flags with :seti; use :set #89
Comments
I made a mistake in the initial report: - > cabal test uom-plugin:doctest --project-file=901.cabal.project
+ > cabal test uom-plugin-tutorial:doctest --project-file=901.cabal.project With that change, cabal fails too but for a different reason:
|
@adamgundry I got this to compile for the stack build with #90 by changing I think we could do this using an unreferenced chunk? |
With regard the cabal test failure, adding |
I'm building with stack against ghc-9.0.1 and noticed this error called out for
stack test uom-plugin-tutorial:doctest
but not forcabal test uom-plugin-tutorial:doctest --project-file=901.cabal.project
regarding the following line:uom-plugin/uom-plugin/doc/Data/UnitsOfMeasure/Tutorial.hs
Line 80 in f92df54
From the
ghc-9.2
branch, this change tostack.yaml
reproduces the problem:The text was updated successfully, but these errors were encountered: