Changeset 13614 for src/Pugs/Eval

Show
Ignore:
Timestamp:
09/25/06 13:11:43 (2 years ago)
Author:
audreyt
Message:

* The main package is now ::Main, not ::main.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Eval/Var.hs

    r13005 r13614  
    563563    , (cast "$?COLUMN"   , posSym posBeginColumn) 
    564564    , (cast "$?POSITION" , posSym pretty) 
    565     , (cast "$?MODULE"   , constSym "main") 
     565    , (cast "$?MODULE"   , constSym "Main") 
    566566    , (cast "$?OS"       , constSym (getConfig "osname")) 
    567567    , (cast "$?CLASS"    , fmap (Just . VType . cast) (asks envPackage))