I'm fairly sure -b is a safer option than --package. In fact, I'm not quite sure what --package even does - I think it's a legacy v1- thing. -b will consult the solver, build a version of pretty-simple compatible with the current environment, add it to the global cache, and bring it in to scope in GHCI.
Closes #92.
I'm fairly sure
-b
is a safer option than--package
. In fact, I'm not quite sure what--package
even does - I think it's a legacyv1-
thing.-b
will consult the solver, build a version ofpretty-simple
compatible with the current environment, add it to the global cache, and bring it in to scope in GHCI.