Forked from
Glasgow Haskell Compiler / GHC
18982 commits behind, 166 commits ahead of the upstream repository.
Herbert Valerio Riedel
authored
A common complaint with the new package environment files feature is that it's not obvious when package environments have been picked up. This patch applies the same strategy that was already used for `.ghci` files (which exhibit similar potential for confusion, c.f. #11389) to package environment files. For instance, this new notification looks like below for a GHCi invocation which loads both, a GHCi configuration as well as a package environment: GHCi, version 8.5.20180512: http://www.haskell.org/ghc/ :? for help Loaded package environment from /tmp/parsec-3.1.13.0/.ghc.environment.x86_64-linux-8.5.20180512 Loaded GHCi configuration from /home/hvr/.ghci Prelude> Addresses #15145 Reviewed By: bgamari, angerman GHC Trac Issues: #15145 Differential Revision: https://phabricator.haskell.org/D4689 (cherry picked from commit 00049e2d)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name | Last commit | Last update |
---|---|---|
.. | ||
backpack | ||
basicTypes | ||
cbits | ||
cmm | ||
codeGen | ||
coreSyn | ||
deSugar | ||
ghci | ||
hsSyn | ||
iface | ||
llvmGen | ||
main | ||
nativeGen | ||
parser | ||
prelude | ||
profiling | ||
rename | ||
simplCore | ||
simplStg | ||
specialise | ||
stgSyn | ||
stranal | ||
typecheck | ||
types | ||
utils | ||
vectorise | ||
DEPEND-NOTES | ||
HsVersions.h | ||
LICENSE | ||
Makefile | ||
Unique.h | ||
ghc.cabal.in | ||
ghc.mk |