1
0
forked from GitHub/gf-core

remove some redundant dependencies from FCFG

This commit is contained in:
kr.angelov
2007-09-23 20:01:25 +00:00
parent 0285771c41
commit 9efddd16ce
12 changed files with 13 additions and 35 deletions

View File

@@ -4,7 +4,7 @@ module GF.Canon.GFCC.ParGFCC where
import GF.Canon.GFCC.AbsGFCC
import GF.Canon.GFCC.LexGFCC
import GF.Canon.GFCC.ErrM
import Array
import Data.Array
#if __GLASGOW_HASKELL__ >= 503
import GHC.Exts
#else