We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stack ghci
stack build
1 parent 94d302c commit 5dde08dCopy full SHA for 5dde08d
doc/ghci.md
@@ -75,3 +75,10 @@ For doing experiments which just involve packages installed in your databases,
75
it may be useful to run ghci plainly like `stack exec ghci`. This will run a
76
plain `ghci` in an environment which includes `GHC_PACKAGE_PATH`, and so will
77
have access to your databases.
78
+
79
+*Note*: Running `stack ghci` on a pristine copy of the code doesn't currently
80
+build libraries
81
+([#2790](https://github.com/commercialhaskell/stack/issues/2790)) or internal
82
+libraries ([#4148](https://github.com/commercialhaskell/stack/issues/4148)).
83
+It is recommended to always run a `stack build` before running `stack ghci`,
84
+until these two issues are closed.
0 commit comments