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

GHC 8 workaround #2948

Closed
ilovezfs opened this issue May 26, 2016 · 1 comment
Closed

GHC 8 workaround #2948

ilovezfs opened this issue May 26, 2016 · 1 comment

Comments

@ilovezfs
Copy link

To get pandoc building under GHC 8.0.1 for Homebrew (we only typically support the latest GHC), I've needed to add a "cabal.config" file at the root of the package containing "allow-newer: base,time", at which point everything builds as expected. Without this, I get

Resolving dependencies...
cabal: Could not resolve dependencies:
trying: pandoc-1.17.0.3 (user goal)
trying: base-4.9.0.0/installed-4.9... (dependency of pandoc-1.17.0.3)
next goal: haddock-library (dependency of pandoc-1.17.0.3)
rejecting: haddock-library-1.4.1 (conflict: pandoc => haddock-library>=1.1 &&
<1.3)
rejecting: haddock-library-1.2.1, haddock-library-1.2.0 (conflict:
base==4.9.0.0/installed-4.9..., haddock-library => base>=4.5 && <4.9)
rejecting: haddock-library-1.1.1 (conflict: base==4.9.0.0/installed-4.9...,
haddock-library => base>=4.3 && <4.8)
rejecting: haddock-library-1.1.0 (conflict: base==4.9.0.0/installed-4.9...,
haddock-library => base>=4.5 && <4.8)
rejecting: haddock-library-1.0.1, haddock-library-1.0.0 (conflict: pandoc =>
haddock-library>=1.1 && <1.3)
Dependency tree exhaustively searched.
@ilovezfs
Copy link
Author

ilovezfs commented Jun 5, 2016

Closed via Homebrew/homebrew-core#1717

@ilovezfs ilovezfs closed this as completed Jun 5, 2016
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

No branches or pull requests

1 participant