Changeset 2441 for src/Pugs/External

Show
Ignore:
Timestamp:
04/28/05 18:38:12 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
3914
Message:

* AST.hs-boot elimianted!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/External/Haskell.hs

    r2078 r2441  
    5555    -- The logic for this should probably be moved to hs-plugins, but do it here  
    5656    -- for now. 
     57    {- 
    5758    mapM  
    5859        (\n -> load (coredir++n++".o") loadpaths ourPackageConfigs "") 
    5960        ["Compat", "Cont", "Embed", "Embed/Perl5", "Internals", "RRegex", "RRegex/PCRE", "RRegex/Syntax", "Rule/Pos", "UTF8", "Unicode", "AST"] 
     61    -} 
    6062 
    6163    (extern :: [String]) <- loadOrDie objFile loadpaths ourPackageConfigs "extern__"