summaryrefslogtreecommitdiff
path: root/compiler/main/DynFlags.hs
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2016-10-06 23:20:19 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2016-10-08 01:37:59 -0700
commit61b143afa4cdf4ddf3aca018b581ae38f4240aca (patch)
tree601ca93f335cd1db99505e29281b6f9fccaed09a /compiler/main/DynFlags.hs
parent027a0865675f17f9b3338c57b2e21c2b23b7b6aa (diff)
downloadhaskell-61b143afa4cdf4ddf3aca018b581ae38f4240aca.tar.gz
Report that we support Backpack in --info.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'compiler/main/DynFlags.hs')
-rw-r--r--compiler/main/DynFlags.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index cb2866442e..7978c03352 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -4797,6 +4797,8 @@ compilerInfo dflags
("Support reexported-modules", "YES"),
-- Whether or not we support extended @-package foo (Foo)@ syntax.
("Support thinning and renaming package flags", "YES"),
+ -- Whether or not we support Backpack.
+ ("Support Backpack", "YES"),
-- If true, we require that the 'id' field in installed package info
-- match what is passed to the @-this-unit-id@ flag for modules
-- built in it