Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
23389 commits behind the upstream repository.
  • Edward Z. Yang's avatar
    a3c2a26b
    Frontend plugins. · a3c2a26b
    Edward Z. Yang authored
    
    Summary:
    Frontend plugins enable users to write plugins to replace
    GHC major modes.  E.g. instead of saying
    
        ghc --make A B C
    
    a user can now say
    
        ghc --frontend GHC.Frontend.Shake A B C
    
    which might provide an alternative implementation of a multi-module
    build.  For more details, see the manual entry.
    
    Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
    
    Test Plan: validate
    
    Reviewers: simonmar, bgamari, austin, simonpj
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D1598
    
    GHC Trac Issues: #11194
    a3c2a26b
    History
    Frontend plugins.
    Edward Z. Yang authored
    
    Summary:
    Frontend plugins enable users to write plugins to replace
    GHC major modes.  E.g. instead of saying
    
        ghc --make A B C
    
    a user can now say
    
        ghc --frontend GHC.Frontend.Shake A B C
    
    which might provide an alternative implementation of a multi-module
    build.  For more details, see the manual entry.
    
    Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
    
    Test Plan: validate
    
    Reviewers: simonmar, bgamari, austin, simonpj
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D1598
    
    GHC Trac Issues: #11194
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 50.32 KiB