Changeset 2009 for src/Pugs/Run

Show
Ignore:
Timestamp:
04/16/05 00:52:37 (4 years ago)
Author:
theorbtwo
svk:copy_cache_prev:
3535
Message:

The Great Renaming. * becomes Pugs.*, except for stuff designed to be externable.

Location:
src/Pugs
Files:
1 added
1 modified
1 moved

Legend:

Unmodified
Added
Removed
  • src/Pugs/Run/Args.hs

    r1815 r2009  
    1818-} 
    1919 
    20 module Run.Args (canonicalArgs 
     20module Pugs.Run.Args (canonicalArgs 
    2121, gatherArgs 
    2222, unpackOptions 
     
    2424) 
    2525where 
    26 import Internals 
     26import Pugs.Internals 
    2727 
    2828canonicalArgs :: [String] -> [String]