We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe901c commit 711d559Copy full SHA for 711d559
src/Stack/Types/EnvConfig.hs
@@ -152,6 +152,7 @@ snapshotsDir = do
152
root <- view stackRootL
153
platform <- platformGhcRelDir
154
pure $ root </> relDirSnapshots </> platform
155
+{-# DEPRECATED snapshotsDir "Not used by Stack >= 1.0.4. May be removed from a future version of stack." #-}
156
157
-- | Installation root for dependencies
158
installationRootDeps :: HasEnvConfig env => RIO env (Path Abs Dir)
0 commit comments