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/AST/Internals.hs

    r16627 r20058  
    20862086instance YAML VRef where 
    20872087    asYAML (MkRef (ICode cv)) 
    2088         | Just mc <- fromTypeable cv = do 
     2088        | Just (mc :: VMultiCode) <- fromTypeable cv = do 
    20892089            mcC <- asYAML (mc :: VMultiCode) 
    20902090            return $ mkTagNode (tagHs "VMultiCode") $ ESeq [mcC]