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
Snap and it's direct dependencies are on Stackage, in LTS 2.15 and Nightly 2015-06-24 forward, so I can install them with stack fine. But using stack build on a newly snap init-ed project gives the following error:
-- While attempting to add dependency,
Could not find package snap-loader-dynamic in known packages
-- While attempting to add dependency,
Could not find package snap-loader-static in known packages
-- Failure when adding dependencies:
snap-loader-dynamic: needed (==0.10.*), but not present in build plan, latest is 0.10.0.3
snap-loader-static: needed (>=0.9 && <0.10), but not present in build plan, latest is 0.9.0.2
needed for package: todo-0.1
Can this be added to Stackage nightly's going forward?
The text was updated successfully, but these errors were encountered:
Snap and it's direct dependencies are on Stackage, in LTS 2.15 and Nightly 2015-06-24 forward, so I can install them with
stack
fine. But usingstack build
on a newlysnap init
-ed project gives the following error:Can this be added to Stackage nightly's going forward?
The text was updated successfully, but these errors were encountered: