X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fghc%2FCharSeq.hi;h=19f6119888c4a8d2ad05a9f1b43f51a424cf7822;hb=c6c43e43be1f913cd90cb7cb5bb87e90e6552691;hp=a70b1430fe8152fae7133cffcf61fdcd64df5e99;hpb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;p=ghc-hetmet.git diff --git a/ghc/lib/ghc/CharSeq.hi b/ghc/lib/ghc/CharSeq.hi index a70b143..19f6119 100644 --- a/ghc/lib/ghc/CharSeq.hi +++ b/ghc/lib/ghc/CharSeq.hi @@ -1,4 +1,4 @@ -{-# GHC_PRAGMA INTERFACE VERSION 5 #-} +{-# GHC_PRAGMA INTERFACE VERSION 6 #-} interface CharSeq where data CSeq {-# GHC_PRAGMA CNil | CAppend CSeq CSeq | CIndent Int CSeq | CNewline | CStr [Char] | CCh Char | CInt Int #-} cAppend :: CSeq -> CSeq -> CSeq