We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b104f18 + fb3f76f commit 789fbe4Copy full SHA for 789fbe4
src/System/Process/Read.hs
@@ -423,11 +423,11 @@ getEnvOverride platform =
423
mkEnvOverride platform
424
. Map.fromList . map (T.pack *** T.pack)
425
426
-newtype PathException = PathsInvalidInPath [FilePath]
+newtype InvalidPathException = PathsInvalidInPath [FilePath]
427
deriving Typeable
428
429
-instance Exception PathException
430
-instance Show PathException where
+instance Exception InvalidPathException
+instance Show InvalidPathException where
431
show (PathsInvalidInPath paths) = unlines $
432
[ "Would need to add some paths to the PATH environment variable \
433
\to continue, but they would be invalid because they contain a "
0 commit comments