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

More deps issues. #28

Open
rdlester opened this issue Jan 12, 2016 · 0 comments
Open

More deps issues. #28

rdlester opened this issue Jan 12, 2016 · 0 comments

Comments

@rdlester
Copy link

This is occurring in a cabal sandbox, so global installs are not the issue. It looks like there's a contradiction somewhere in the dependency requirements.

cabal install
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: lushtags-0.0.1 (user goal)
trying: base-4.8.1.0/installed-075... (dependency of lushtags-0.0.1)
next goal: haskell-src-exts (dependency of lushtags-0.0.1)
rejecting: haskell-src-exts-1.17.1, 1.17.0, 1.16.0.1, 1.16.0, 1.15.0.1, 1.15.0
(conflict: lushtags => haskell-src-exts>=1.11.1 && <1.15)
trying: haskell-src-exts-1.14.0.1
trying: cpphs-1.19.3 (dependency of haskell-src-exts-1.14.0.1)
trying: polyparse-1.11 (dependency of cpphs-1.19.3)
trying: bytestring-0.10.6.0/installed-6e8... (dependency of polyparse-1.11)
next goal: text (dependency of lushtags-0.0.1)
rejecting: text-1.2.1.3/installed-7ba..., 1.2.2.0, 1.2.1.3, 1.2.1.2, 1.2.1.1,
1.2.1.0, 1.2.0.6, 1.2.0.5, 1.2.0.4, 1.2.0.3, 1.2.0.2, 1.2.0.0, 1.1.1.4,
1.1.1.3, 1.1.1.2, 1.1.1.1, 1.1.1.0, 1.1.0.1, 1.1.0.0, 1.0.0.1, 1.0.0.0
(conflict: lushtags => text==0.11.)
rejecting: text-0.11.3.1, 0.11.3.0, 0.11.2.3, 0.11.2.2, 0.11.2.1, 0.11.2.0,
0.11.1.13, 0.11.1.12, 0.11.1.11, 0.11.1.10, 0.11.1.9, 0.11.1.8, 0.11.1.7,
0.11.1.6, 0.11.1.5, 0.11.1.3, 0.11.1.2, 0.11.1.1 (conflict: bytestring =>
deepseq==1.4.1.1/installed-5de..., text => deepseq>=1.1.0.0 && <1.4)
rejecting: text-0.11.1.0 (conflict: base==4.8.1.0/installed-075..., text =>
base<0)
rejecting: text-0.11.0.8, 0.11.0.7 (conflict: base==4.8.1.0/installed-075...,
text => base<4.6)
rejecting: text-0.11.0.6, 0.11.0.5 (conflict: base==4.8.1.0/installed-075...,
text => base<4.4)
rejecting: text-0.11.0.4 (conflict: base==4.8.1.0/installed-075..., text =>
base<0)
rejecting: text-0.11.0.3, 0.11.0.2, 0.11.0.1, 0.11.0.0 (conflict:
base==4.8.1.0/installed-075..., text => base<4.4)
rejecting: text-0.10.0.2, 0.10.0.1, 0.10.0.0, 0.9.1.0, 0.9.0.1, 0.9.0.0,
0.8.1.0, 0.8.0.0, 0.7.2.1, 0.7.1.0, 0.7.0.1, 0.7, 0.6, 0.5, 0.4, 0.3, 0.2, 0.1
(conflict: lushtags => text==0.11.
)
Backjump limit reached (change with --max-backjumps).

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