You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/shellish/files/shellish-0.1.4-ghc-8.patch

10 lines
287 B

diff --git a/Shellish.hs b/Shellish.hs
index 0ac20c2..7de0e11 100644
--- a/Shellish.hs
+++ b/Shellish.hs
@@ -180,3 +180,3 @@ test_s = path >=> liftIO . \f -> do
stat <- getSymbolicLinkStatus f
- return $ isSymbolicLink stat
+ return $ System.PosixCompat.Files.isSymbolicLink stat