Skip to content
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

Setup.hs does not compile with Cabal > 2.0.1.1 #2

Open
eexexiexit opened this issue Jan 31, 2020 · 1 comment
Open

Setup.hs does not compile with Cabal > 2.0.1.1 #2

eexexiexit opened this issue Jan 31, 2020 · 1 comment

Comments

@eexexiexit
Copy link

Problem:

/home/user/Packages/Haskell/Own/teilfeil-0.1.0.2/dist-newstyle/tmp/src-16404/blazeT-0.0.5/dist/setup/setup.hs:11:9:
error:
Not in scope: ‘haddockHscolour’
Perhaps you meant ‘haddockHscolourCss’ (imported from
Distribution.Simple.Setup)
)

Reason: package Cabal:
Distribution.Simple.Setup.HaddockFlags
does not anymore have the field:
haddockHscolour.

Solution:

Remove corresponding line in Setup.hs

@habibalamin
Copy link

@eexexiexit see discussion on #1.

TL;DR I've forked the package, and the maintainer has given me access to upload new versions to Hackage, and permission to point all links to my fork, which you can find on my GitHub profile. I've uploaded 0.0.6 to incorporate the patches necessary to get this working on more recent versions of GHC/base and Cabal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants