File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -208,8 +208,8 @@ the default value.
208
208
Default : ` []`
209
209
210
210
This key allows you to specify extra dependencies on top of what is defined in
211
- your snapshot (specified by the `resolver` key mentioned above). These
212
- dependencies may either come from a local file path or a Pantry package
211
+ your snapshot (specified by the `resolver` or `snapshot` key mentioned above).
212
+ These dependencies may either come from a local file path or a Pantry package
213
213
location.
214
214
215
215
For the local file path case, the same relative path rules as apply to
@@ -245,6 +245,11 @@ extra-deps:
245
245
For further information on the format for specifying dependencies, see the
246
246
[Pantry](pantry.md) documentation.
247
247
248
+ !!! note
249
+
250
+ GHC boot packages are special. An extra-dep with the same package name and
251
+ version as a GHC boot package will be ignored.
252
+
248
253
# ## flags
249
254
250
255
Default : ` {}`
You can’t perform that action at this time.
0 commit comments