Commit 89fdda8a authored by Andrew Gibiansky's avatar Andrew Gibiansky

Finished a comment.

parent caa67f62
...@@ -77,8 +77,7 @@ writeConfigFilesTo profileDir ihaskellPath = writeFile (fromText configFile) con ...@@ -77,8 +77,7 @@ writeConfigFilesTo profileDir ihaskellPath = writeFile (fromText configFile) con
, "c.Session.keyfile = b''" , "c.Session.keyfile = b''"
] ]
-- | Get the absolute path to this IHaskell executable.
-- | Get the absolute path. If this is using path reso
getIHaskellPath :: Sh String getIHaskellPath :: Sh String
getIHaskellPath = do getIHaskellPath = do
-- Get the absolute filepath to the argument. -- Get the absolute filepath to the argument.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment