Changed CFGM format and printer to allow constants in profiles.

This commit is contained in:
bringert
2005-05-17 13:04:35 +00:00
parent e07b5ff6c1
commit dd872c2df3
7 changed files with 148 additions and 132 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ import Data.Array
import Data.Char (ord)
import Data.Array.Base (unsafeAt)
#else
import Data.Array
import Data.Char (ord)
import Array
import Char (ord)
#endif
#if __GLASGOW_HASKELL__ >= 503
import GHC.Exts