Changeset 7579 for src/Pugs/CodeGen

Show
Ignore:
Timestamp:
10/12/05 17:11:11 (3 years ago)
Author:
rafl
Message:

r17088@ata: rafl | 2005-10-12 17:10:51 +0200

  • Made changes to remove all directories from include-dirs in Pugs.cabal that are in the source tree. They aren't installed or needed for linking, etc.
Location:
src/Pugs/CodeGen
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/CodeGen/Binary.hs

    r6257 r7579  
    11{-# OPTIONS_GHC -fglasgow-exts #-} 
    2 {-# OPTIONS_GHC -#include "UnicodeC.h" #-} 
     2{-# OPTIONS_GHC -#include "../../UnicodeC.h" #-} 
    33 
    44module Pugs.CodeGen.Binary (genBinary) where 
  • src/Pugs/CodeGen/JSON.hs

    r6257 r7579  
    11{-# OPTIONS_GHC -fglasgow-exts -fallow-undecidable-instances -fno-warn-orphans -funbox-strict-fields -cpp #-} 
    2 {-# OPTIONS_GHC -#include "UnicodeC.h" #-} 
     2{-# OPTIONS_GHC -#include "../../UnicodeC.h" #-} 
    33 
    44module Pugs.CodeGen.JSON (genJSON) where 
  • src/Pugs/CodeGen/PIL.hs

    r6248 r7579  
    11{-# OPTIONS_GHC -fglasgow-exts -fallow-undecidable-instances -fno-warn-orphans -funbox-strict-fields -cpp #-} 
    2 {-# OPTIONS_GHC -#include "UnicodeC.h" #-} 
     2{-# OPTIONS_GHC -#include "../../UnicodeC.h" #-} 
    33 
    44module Pugs.CodeGen.PIL (genPIL) where 
  • src/Pugs/CodeGen/PIR.hs

    r7281 r7579  
    11{-# OPTIONS_GHC -fglasgow-exts -fallow-undecidable-instances -fno-warn-orphans -funbox-strict-fields -cpp #-} 
    2 {-# OPTIONS_GHC -#include "UnicodeC.h" #-} 
     2{-# OPTIONS_GHC -#include "../../UnicodeC.h" #-} 
    33 
    44{-| 
  • src/Pugs/CodeGen/Perl5.hs

    r6257 r7579  
    11{-# OPTIONS_GHC -fglasgow-exts -fallow-undecidable-instances -fno-warn-orphans -funbox-strict-fields -cpp #-} 
    2 {-# OPTIONS_GHC -#include "UnicodeC.h" #-} 
     2{-# OPTIONS_GHC -#include "../../UnicodeC.h" #-} 
    33 
    44module Pugs.CodeGen.Perl5 (genPerl5) where