mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Fix typo in src/Main.hs
fpFromText -> fpFromString
This commit is contained in:
parent
f002190f67
commit
026f632ca8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user