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

The project contains no local packages (packages not marked with 'extra-dep') #73

Open
mhwombat opened this issue Dec 27, 2018 · 0 comments

Comments

@mhwombat
Copy link

Following the instructions in the README; stack build fails.

$ git clone --recursive https://github.com/ucsd-progsys/liquidhaskell-tutorial.git
Cloning into 'liquidhaskell-tutorial'...
remote: Enumerating objects: 1911, done.
remote: Total 1911 (delta 0), reused 0 (delta 0), pack-reused 1911
. . .
$ cd liquidhaskell-tutorial/
$ stack install
Error parsing targets: The project contains no local packages (packages not marked with 'extra-dep')

Stack used to allow you to have a stack.yaml where all of the packages were external, but it no longer does. One possible workaround is to have a trivial local package ("Hello, Liquid Haskell").

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