Skip to content

Commit

Permalink
Merge pull request #161 from johnjcamilleri/master
Browse files Browse the repository at this point in the history
Compile with GHC 7.10.2, Alex 3.1.5
  • Loading branch information
gdetrez committed Dec 8, 2015
2 parents a3ce809 + 1ec046b commit b1b9211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/src/BNFC/Backend/Haskell/CFtoAlex3.hs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ prelude name _ shareMod shareStrings byteStrings = [
if byteStrings then "import qualified Data.ByteString.Char8 as BS" else "",
"import qualified Data.Bits",
"import Data.Word (Word8)",
"import Data.Char (ord)",
"}",
""
]
Expand Down
1 change: 1 addition & 0 deletions source/src/LexBNF.x
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module LexBNF where

import qualified Data.Bits
import Data.Word (Word8)
import Data.Char (ord)
}


Expand Down

0 comments on commit b1b9211

Please sign in to comment.