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.
1 parent 83b832f commit aba33cdCopy full SHA for aba33cd
hackage-security/src/Hackage/Security/Util/Path.hs
@@ -295,7 +295,7 @@ makeAbsolute (FsPath p) = mkPathNative <$> toAbsoluteFilePath p
295
fromAbsoluteFilePath :: FilePath -> Path Absolute
296
fromAbsoluteFilePath fp
297
| FP.Native.isAbsolute fp = mkPathNative fp
298
- | otherwise = error ("fromAbsoluteFilePath: not an absolute path: " <> fp)
+ | otherwise = error ("fromAbsoluteFilePath: not an absolute path: " ++ fp)
299
300
{-------------------------------------------------------------------------------
301
Wrappers around System.IO
0 commit comments