File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -433,9 +433,10 @@ build with this compiler depends on such global packages because Stack may not
433433be able to find versions of those packages (on Hackage, etc.) that are
434434compatible with the compiler.
435435
436- The easiest way to deal with this issue is to drop the offending packages as
437- follows. Instead of using the packages specified in the snapshot, the global
438- packages bundled with GHC will be used.
436+ The easiest way to deal with this issue is to use the
437+ [ ` drop-packages ` ] ( project.md#drop-packages ) project-specific configuration
438+ option to drop the offending packages as follows. Instead of using the packages
439+ specified in the snapshot, the global packages bundled with GHC will be used.
439440
440441~~~ yaml
441442drop-packages :
@@ -444,8 +445,9 @@ drop-packages:
444445~~~
445446
446447Another way to deal with this issue is to add the relevant packages as
447- ` extra-deps` built from source. To avoid mismatching versions, you can use
448- exactly the same commit id you used to build GHC as follows :
448+ [`extra-deps`](project.md#extra-deps) built from source. To avoid mismatching
449+ versions, you can use exactly the same commit id you used to build GHC as
450+ follows :
449451
450452~~~
451453extra-deps :
You can’t perform that action at this time.
0 commit comments