Skip to content

Commit

Permalink
Fix compilation with more recent Cabal
Browse files Browse the repository at this point in the history
It appears that a change in Cabal 3.12 has caused the dummy Lexer.hs
file to no longer be shadowed by the one produced from Lexer.x

Moreover, it no longer seems necessary, since `cabal repl` successfully
loads the project even when Lexer.hs does not exist in the source (only
Lexer.x does)

The simple solution seems to simply delete this hacky Lexer.hs file from
the source.
  • Loading branch information
alt-romes authored and elaforge committed Sep 14, 2024
1 parent 11addc7 commit 775527d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/FastTags/Lexer.hs

This file was deleted.

0 comments on commit 775527d

Please sign in to comment.