Fix typo in src/Main.hs

fpFromText -> fpFromString
This commit is contained in:
Sumit Sahrawat 2015-05-23 03:46:01 +05:30
parent f002190f67
commit 026f632ca8

View File

@ -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