Commit 026f632c authored by Sumit Sahrawat's avatar Sumit Sahrawat

Fix typo in src/Main.hs

fpFromText -> fpFromString
parent f002190f
......@@ -101,7 +101,7 @@ runKernel kernelOpts profileSrc = do
libdir = kernelSpecGhcLibdir kernelOpts
-- Parse the profile file.
Just profile <- liftM decode . readFile . fpFromText $ profileSrc
Just profile <- liftM decode . readFile . fpFromString $ profileSrc
-- Necessary for `getLine` and their ilk to work.
dir <- getIHaskellDir
......
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