Skip to content
Snippets Groups Projects
Commit 252953f5 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Avoid redundant-import warning (w/o CPP)

(cherry picked from commit c55fefc0)
parent f2c76865
No related merge requests found
...@@ -16,7 +16,10 @@ module ParserM ( ...@@ -16,7 +16,10 @@ module ParserM (
-- Other -- Other
happyError happyError
) where ) where
import Control.Applicative import Control.Applicative
import Prelude
import Control.Monad (ap, liftM) import Control.Monad (ap, liftM)
import Data.Word (Word8) import Data.Word (Word8)
import Data.Char (ord) import Data.Char (ord)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment