It looks like a stack ghci will invoke a stack build without any addition options?
I normally build with stack build --executable-profiling. When I run stack ghci, it has to unregister everything in my local database and rebuild everything without profiling.
Would it be possible to add the options from stack build to stack ghci? I'm currently running v0.1.6.0 (e22271f, OS X x86_64).