-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
mkName issue #77
Comments
This seems to be a fault of doctest. I worked around it by changing the doctest dependency to
since doctest-0.9.11 was installed and seemingly causing the issue. |
Reproduced with doctest-0.9.11 and ghc 7.8.2. I tried @Tordec's quick fix, doesn't look promising with ghc >= 7.8:
Looks like we will need to fix this properly. I don't have time to look into it just now. |
Probably this: |
The root cause of the problem is actually ghc : https://ghc.haskell.org/trac/ghc/ticket/8831 For some reason that didn't make it into 7.8.2 (fixed too late possibly?) but it should be in 7.8.3. |
I'm getting this with ghc 7.6.3 and doctest 0.9.11. Ticket shows it's 7.8.* issue, not 7.6.*. Can anyone clarify this? |
@dredozubov I'm on OSX, with ghc 7.6.3 and doctest 0.9.11. To resolve I had to: update course.cabal as @Tordek suggested: Then explicitly uninstall doctest 0.9.11 with: And install doctest 0.9.9 with: Then it was all good. |
@cfreeman got it to work, thanks! |
Adding |
This issue was originally opened on the wrong repository.
tonymorris/fp-course#19
The text was updated successfully, but these errors were encountered: