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 d4623bc commit fb3aebbCopy full SHA for fb3aebb
test/Test/Util.hs
@@ -18,7 +18,7 @@ import System.Environment
18
import Test.UtilTemplate
19
20
getRepoDirStatic :: String
21
-getRepoDirStatic = $(join $ lift <$> toFilePath <$> (runIO $ getRepoDir))
+getRepoDirStatic = $(lift . toFilePath =<< runIO getRepoDir)
22
23
24
-- fromRightTst :: Either a b -> b
0 commit comments