haskell / happy

The Happy parser generator for Haskell
Other
276 stars 84 forks source link

Fixed warning: Main module 'Main' listed in 'other-modules' #112

Closed asr closed 6 years ago

asr commented 6 years ago

cabal install generates the following warning:

Warning: Enabling workaround for Main module 'Main' listed in 'other-modules'
illegally!

This PR fix this warning.

Tested with:

$ ghc -V
The Glorious Glasgow Haskell Compilation System, version 8.2.2

$ cabal --version
cabal-install version 2.0.0.1
compiled using version 2.0.1.0 of the Cabal library