[GHC] #9499: Add -prelude-is flag

GHC ghc-devs at haskell.org
Fri Aug 22 15:53:49 UTC 2014


#9499: Add -prelude-is flag
-------------------------------------+-------------------------------------
              Reporter:  agibiansky  |            Owner:  agibiansky
                  Type:  feature     |           Status:  new
  request                            |        Milestone:
              Priority:  normal      |          Version:  7.9
             Component:  Compiler    |         Keywords:  flag
            Resolution:              |     Architecture:  Unknown/Multiple
      Operating System:              |       Difficulty:  Easy (less than 1
  Unknown/Multiple                   |  hour)
       Type of failure:              |       Blocked By:
  None/Unknown                       |  Related Tickets:
             Test Case:              |
              Blocking:              |
Differential Revisions:  Phab:D171   |
-------------------------------------+-------------------------------------

Comment (by agibiansky):

 ezyang, if I implement this using the module renaming support, will that
 work if the new prelude `MyPrelude` isn't in a package? For example, if I
 just have two files named `A.hs` and `B.hs`, the current implementation
 allows you to write `ghc -prelude-is A B.hs` to use the module `A` as a
 prelude, even though you have no package structure at all.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9499#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list