[commit: ghc] master: Report that we support Backpack in --info. (61b143a)

git at git.haskell.org git at git.haskell.org
Sat Oct 8 08:38:38 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/61b143afa4cdf4ddf3aca018b581ae38f4240aca/ghc

>---------------------------------------------------------------

commit 61b143afa4cdf4ddf3aca018b581ae38f4240aca
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Thu Oct 6 23:20:19 2016 -0700

    Report that we support Backpack in --info.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


>---------------------------------------------------------------

61b143afa4cdf4ddf3aca018b581ae38f4240aca
 compiler/main/DynFlags.hs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index cb28664..7978c03 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



More information about the ghc-commits mailing list