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

    r16627 r20058  
    2121 
    2222joinMany :: [Str] -> Str 
    23 joinMany xs = Str.join cm (filter (not . Str.null) xs) 
     23joinMany xs = Str.intercalate cm (filter (not . Str.null) xs) 
    2424 
    2525instance (Compile x) => Compile [x] where