Skip to content

Commit 85b9b41

Browse files
committed
Merge branch 'patch-1' of https://github.com/hs211216/stack into hs211216-patch-1
2 parents 28afcec + 8777423 commit 85b9b41

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/GUIDE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,12 @@ extra-deps:
457457
- acme-missiles-0.3 # not in the LTS
458458
```
459459
460-
Now `stack build` will succeed.
460+
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)
461466

462467
With that out of the way, let's dig a little bit more into these package sets,
463468
also known as *snapshots*. We mentioned the LTS resolvers, and you can get quite

0 commit comments

Comments
 (0)