How do I load a file in ghci where the filename comes from a variable?

So like, 
let f = "myfile.hs"
:load f

D