Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
792671a8
Commit
792671a8
authored
Sep 15, 2008
by
chevalier@alum.wellesley.edu
Browse files
Slightly more helpful panic message in DynFlags
parent
53b0e839
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
792671a8
...
...
@@ -578,7 +578,7 @@ defaultDynFlags =
ghcUsagePath
=
panic
"defaultDynFlags: No ghciUsagePath"
,
ghciUsagePath
=
panic
"defaultDynFlags: No ghciUsagePath"
,
topDir
=
panic
"defaultDynFlags: No topDir"
,
systemPackageConfig
=
panic
"defaultDynFlags: N
o systemPackageConfig"
,
systemPackageConfig
=
panic
"n
o systemPackageConfig
: call GHC.setSessionDynFlags
"
,
pgm_L
=
panic
"defaultDynFlags: No pgm_L"
,
pgm_P
=
panic
"defaultDynFlags: No pgm_P"
,
pgm_F
=
panic
"defaultDynFlags: No pgm_F"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment