add missing import that happy -agc secretly provided
[ghc-hetmet.git] / compiler / cmm / CmmParse.y
index 7c55e19..2d74aee 100644 (file)
@@ -54,6 +54,7 @@ import Constants
 import Outputable
 
 import Control.Monad
+import Data.Array
 import Data.Char       ( ord )
 import System.Exit