Skip to content

Commit

Permalink
Merge pull request #1855 from GaloisInc/T1854
Browse files Browse the repository at this point in the history
Fix the build with `alex-3.2.7.2`
  • Loading branch information
mergify[bot] authored Apr 13, 2023
2 parents e099af5 + 72c6976 commit 239c500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions saw-core/src/Verifier/SAW/Lexer.x
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE DeriveFunctor #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE PatternGuards #-}
{-# LANGUAGE ViewPatterns #-}

{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
Expand Down

0 comments on commit 239c500

Please sign in to comment.