You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snowdrift at eabedbd builds fine. If I change to using lts-6.1, however, I get the error that mentions #595 (reproduced below).
$ stack build
No packages found in snapshot which provide a "hsc2hs" executable,
which is a build-tool dependency of "skein". Missing build-tools may be
caused by dependencies of the build-tool being overridden by
extra-deps. This should be fixed soon - see this issue
https://github.com/commercialhaskell/stack/issues/595
No packages found in snapshot which provide a "hsc2hs" executable,
which is a build-tool dependency of "postgresql-libpq" Missing
build-tools may be caused by dependencies of the build-tool being
overridden by extra-deps. This should be fixed soon - see this issue
https://github.com/commercialhaskell/stack/issues/595
While constructing the BuildPlan the following exceptions were
encountered:
-- Failure when adding dependencies:
hjsmin: needed (>=0.1 && <0.2), 0.2.0.1 found (latest applicable is 0.1.5.3)
needed for package Snowdrift-0.1.4 with flags:
dev: True
The text was updated successfully, but these errors were encountered:
Update: the error about hsc2hs is spurious. There's nothing wrong with it. The actual error preventing the build was at the bottom: Snowdrift.cabal needed to relax its restriction on hjsmin.
I think the issue still stands, but it is about spurious errors.
Snowdrift at eabedbd builds fine. If I change to using lts-6.1, however, I get the error that mentions #595 (reproduced below).
The text was updated successfully, but these errors were encountered: