We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28afcec + 8777423 commit 85b9b41Copy full SHA for 85b9b41
doc/GUIDE.md
@@ -457,7 +457,12 @@ extra-deps:
457
- acme-missiles-0.3 # not in the LTS
458
```
459
460
-Now `stack build` will succeed.
+Now `stack build` will succeed. To recap you needed to
461
+* add `acme-missiles` to **dependencies** in `package.yaml` and
462
+* add `acme-missiles-0.3` to **extra-deps** in `stack.yaml`
463
+
464
+If you failed to do this you may experience
465
+[Could not find module ‘Acme.Missiles’](https://stackoverflow.com/questions/48251027/cannot-add-extra-deps-to-stack-project)
466
467
With that out of the way, let's dig a little bit more into these package sets,
468
also known as *snapshots*. We mentioned the LTS resolvers, and you can get quite
0 commit comments