Skip to content

Commit d7293f4

Browse files
committed
Referencing the original issue as per Michael's request
1 parent 84d0626 commit d7293f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Stack/Build/ConstructPlan.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ constructPlan ls0 baseConfigOpts0 locals extraToBuild0 localDumpPkgs loadPackage
187187

188188
bconfig <- view buildConfigL
189189
when (hasBaseInDeps bconfig) $
190-
prettyWarn $ flow "You are trying to upgrade/downgrade base, which is almost certainly not what you really want. Please, consider using another GHC version if you need a certain version of base, or removing base from extra-deps." <> line
190+
prettyWarn $ flow "You are trying to upgrade/downgrade base, which is almost certainly not what you really want. Please, consider using another GHC version if you need a certain version of base, or removing base from extra-deps. See more at https://github.com/commercialhaskell/stack/issues/3940." <> line
191191

192192
econfig <- view envConfigL
193193
let onWanted = void . addDep False . packageName . lpPackage

0 commit comments

Comments
 (0)