• Ben Gamari's avatar
    Move sandbox setup into initGhci · 5aa13920
    Ben Gamari authored
    As it turns out, setSessionDynFlags calls initPackage. Unfortunately,
    initPackage only reads the package database the first time it is called.
    Therefore, we need to set extraPkgConfs before we call
    setSessionDynFlags for the first time in order for the sandbox to be
    used. Since initGhci is the first caller of setSessionDynFlags, we make
    it responsible for this.
    5aa13920
Name
Last commit
Last update
demo Loading commit data...
ghc-parser Loading commit data...
ihaskell-display Loading commit data...
images Loading commit data...
installation Loading commit data...
notebooks Loading commit data...
profile Loading commit data...
src Loading commit data...
.ghci Loading commit data...
.gitignore Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
Setup.hs Loading commit data...
build.sh Loading commit data...
ihaskell.cabal Loading commit data...