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/Instances.hs

    r16627 r20058  
    115115instance YAML VRef where 
    116116    asYAML (MkRef (ICode cv)) 
    117         | Just mc <- fromTypeable cv = do 
     117        | Just (mc :: VMultiCode) <- fromTypeable cv = do 
    118118            mcC <- asYAML (mc :: VMultiCode) 
    119119            return $ mkTagNode (tagHs "VMultiCode") $ ESeq [mcC]