streamly-examples icon indicating copy to clipboard operation
streamly-examples copied to clipboard

Remove the unnecessary `-main-is` ghc options in the cabal file

Open harendra-kumar opened this issue 4 years ago • 0 comments

cabal sdist complains:

Warnings:
- 'ghc-options: -main-is' is not portable.

Also, we do not really need this for at least those executables which are not required to have a module name other than Main.

harendra-kumar avatar Jun 30 '21 15:06 harendra-kumar