summaryrefslogtreecommitdiff
path: root/utils/genprimopcode/ParserM.hs
diff options
context:
space:
mode:
Diffstat (limited to 'utils/genprimopcode/ParserM.hs')
-rw-r--r--utils/genprimopcode/ParserM.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/genprimopcode/ParserM.hs b/utils/genprimopcode/ParserM.hs
index 4dedfa39dd..190ec0edc0 100644
--- a/utils/genprimopcode/ParserM.hs
+++ b/utils/genprimopcode/ParserM.hs
@@ -16,7 +16,10 @@ module ParserM (
-- Other
happyError
) where
+
import Control.Applicative
+import Prelude
+
import Control.Monad (ap, liftM)
import Data.Word (Word8)
import Data.Char (ord)