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

Build on GHC 7.10.1? #1

Closed
FranklinChen opened this issue Mar 30, 2015 · 3 comments
Closed

Build on GHC 7.10.1? #1

FranklinChen opened this issue Mar 30, 2015 · 3 comments

Comments

@FranklinChen
Copy link

I think an update is needed for GHC 7.10.1:

$ cabal install comptrans
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: comptrans-0.1.0.4 (user goal)
trying: base-4.8.0.0/installed-901... (dependency of comptrans-0.1.0.4)
next goal: deepseq (dependency of comptrans-0.1.0.4)
rejecting: deepseq-1.4.1.1/installed-936..., 1.4.1.1, 1.4.1.0, 1.4.0.0
(conflict: comptrans => deepseq<1.4)
rejecting: deepseq-1.3.0.2 (conflict: base==4.8.0.0/installed-901..., deepseq
=> base>=4.3 && <4.8)
trying: deepseq-1.3.0.1
next goal: array (dependency of deepseq-1.3.0.1)
rejecting: array-0.5.1.0/installed-e29..., 0.5.1.0, 0.5.0.0 (conflict: deepseq
=> array>=0.1 && <0.5)
rejecting: array-0.4.0.1 (conflict: base==4.8.0.0/installed-901..., array =>
base>=4.2 && <4.7)
rejecting: array-0.4.0.0 (conflict: base==4.8.0.0/installed-901..., array =>
base>=4.2 && <4.6)
rejecting: array-0.3.0.3 (conflict: base==4.8.0.0/installed-901..., array =>
base>=4.2 && <4.5)
rejecting: array-0.3.0.2, 0.3.0.1 (conflict: base==4.8.0.0/installed-901...,
array => base>=4.2 && <4.4)
rejecting: array-0.3.0.0 (conflict: base==4.8.0.0/installed-901..., array =>
base>=3 && <4.4)
rejecting: array-0.2.0.0, 0.1.0.0 (conflict: base==4.8.0.0/installed-901...,
array => base<4.3)
Dependency tree exhaustively searched.
@jkoppel
Copy link
Owner

jkoppel commented Mar 30, 2015

Thanks for alerting me. I'll have a look later this week.

On Sun, Mar 29, 2015 at 10:14 PM, Franklin Chen notifications@github.com
wrote:

I think an update is needed for GHC 7.10.1:

$ cabal install comptransResolving dependencies...cabal: Could not resolve dependencies:trying: comptrans-0.1.0.4 (user goal)trying: base-4.8.0.0/installed-901... (dependency of comptrans-0.1.0.4)next goal: deepseq (dependency of comptrans-0.1.0.4)rejecting: deepseq-1.4.1.1/installed-936..., 1.4.1.1, 1.4.1.0, 1.4.0.0(conflict: comptrans => deepseq<1.4)rejecting: deepseq-1.3.0.2 (conflict: base==4.8.0.0/installed-901..., deepseq=> base>=4.3 && <4.8)trying: deepseq-1.3.0.1next goal: array (dependency of deepseq-1.3.0.1)rejecting: array-0.5.1.0/installed-e29..., 0.5.1.0, 0.5.0.0 (conflict: deepseq=> array>=0.1 && <0.5)rejecting: array-0.4.0.1 (conflict: base==4.8.0.0/installed-901..., array =>base>=4.2 && <4.7)rejecting: array-0.4.0.0 (conflict: base==4.8.0.0/installed-901..., array =>base>=4.2 && <4.6)rejecting: array-0.3.0.3 (conflict: base==4.8.0.0/installed-901..., array =>base>=4.2 && <4.5)rejecting: array-0.3.0.2, 0.3.0.1 (conflict: base==4.8.0.0/installed-901...,array => base>=4.2 && <4.4)rejecting: array-0.3.0.0 (conflict: base==4.8.0.0/installed-901..., array =>base>=3 && <4.4)rejecting: array-0.2.0.0, 0.1.0.0 (conflict: base==4.8.0.0/installed-901...,array => base<4.3)Dependency tree exhaustively searched.


Reply to this email directly or view it on GitHub
#1.

@jkoppel
Copy link
Owner

jkoppel commented Apr 1, 2015

I looked around, and I get the impression that GHC 7.10 isn't yet available on Mac. I released a new version, which, based on your cabal log, should hopefully work. Reopen this if not.

@jkoppel jkoppel closed this as completed Apr 1, 2015
@FranklinChen
Copy link
Author

New version works. GHC 7.10.1 has been out for a couple of days for Mac. It just got on Homebrew today, and earlier was available at http://www.ozonehouse.com/mark/platform/

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

2 participants