
16 Apr
2016
16 Apr
'16
2:15 p.m.
I don't know if it's possible with the method you described, but I need to be able to import some files into GHCi. They contain function definitions that I have to be able to use in GHCi.
Sorry, I should have taken a look at the package description before writing a response. That should work: $ stack unpack Craft3e $ cd Craft3e-0.1.0.10 $ stack init $ stack build You can then use stack ghci (stack's wrapper around ghci) and λ> import Chapter1 -- for example Cheers, Simon