1
0
forked from GitHub/gf-core

RunGHCC for testing

This commit is contained in:
aarne
2006-09-07 14:21:08 +00:00
parent 8b32514b40
commit 0517ca7807
4 changed files with 73 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
{-# OPTIONS -fglasgow-exts -cpp #-}
{-# OPTIONS -fno-warn-incomplete-patterns -fno-warn-overlapping-patterns #-}
module ParGFCC where
import AbsGFCC
import LexGFCC
import ErrM
import Array
module GF.Canon.GFCC.ParGFCC where
import GF.Canon.GFCC.AbsGFCC
import GF.Canon.GFCC.LexGFCC
import GF.Data.Operations
import Data.Array
#if __GLASGOW_HASKELL__ >= 503
import GHC.Exts
#else