3cb7a8f
--- stack-2.1.3.1/src/Stack/Setup.hs~	2019-07-14 12:22:56.000000000 +0800
3cb7a8f
+++ stack-2.1.3.1/src/Stack/Setup.hs	2020-04-12 11:56:39.453839733 +0800
3cb7a8f
@@ -482,9 +482,9 @@
3cb7a8f
         logWarn "For more information, see: https://github.com/commercialhaskell/stack/issues/648"
3cb7a8f
         logWarn ""
3cb7a8f
         pure True
3cb7a8f
-    | ghcVersion >= mkVersion [8, 7] -> do
3cb7a8f
+    | ghcVersion >= mkVersion [8, 9] -> do
3cb7a8f
         logWarn $
3cb7a8f
-          "Stack has not been tested with GHC versions above 8.6, and using " <>
3cb7a8f
+          "Stack has not been tested with GHC versions above 8.8, and using " <>
3cb7a8f
           fromString (versionString ghcVersion) <>
3cb7a8f
           ", this may fail"
3cb7a8f
         pure True
3cb7a8f
@@ -509,9 +509,9 @@
3cb7a8f
         logWarn "This invocation will most likely fail."
3cb7a8f
         logWarn "To fix this, either use an older version of Stack or a newer resolver"
3cb7a8f
         logWarn "Acceptable resolvers: lts-3.0/nightly-2015-05-05 or later"
3cb7a8f
-    | cabalVersion >= mkVersion [2, 5] ->
3cb7a8f
+    | cabalVersion >= mkVersion [3, 1] ->
3cb7a8f
         logWarn $
3cb7a8f
-          "Stack has not been tested with Cabal versions above 2.4, but version " <>
3cb7a8f
+          "Stack has not been tested with Cabal versions above 3.0, but version " <>
3cb7a8f
           fromString (versionString cabalVersion) <>
3cb7a8f
           " was found, this may fail"
3cb7a8f
     | otherwise -> pure ()
3cb7a8f
3cb7a8f
Diff finished.  Sun Apr 12 11:56:54 2020