Changeset 20058 for src/Pugs/Compile.hs

Show
Ignore:
Timestamp:
03/04/08 22:06:31 (9 months ago)
Author:
gbacon
Message:

Build the library, but the executable still doesn't link. Why aren't we building an Executable with cabal?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Compile.hs

    r17701 r20058  
    7474        where 
    7575        entries = sortBy padSort [ (cast var, readPadEntry ref) | (var, ref) <- padToList pad ] 
    76         canCompile (name@('&':_), sym) = do 
    77             ref <- sym 
     76        canCompile (name@('&':_) :: String, sym) = do 
     77            (ref :: VRef) <- sym 
    7878            case ref of 
    7979                MkRef ICode{} -> do