Changeset 15297 for src/Pugs/Compile

Show
Ignore:
Timestamp:
02/18/07 15:59:02 (21 months ago)
Author:
audreyt
Message:

* Revert the previous patch; everything back to normal.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Compile/Pugs.hs

    r15296 r15297  
    173173    (globC, globT)  <- runWriterT $ compile glob 
    174174    (expC, expT)    <- runWriterT $ compile exp 
    175     return . _VStr . unlines $ 
     175    return . VStr . unlines $ 
    176176        [ "{-# OPTIONS_GHC -fglasgow-exts -fno-warn-unused-imports -fno-warn-unused-binds #-}" 
    177177        , "module Main where"