composewell / streamly-examples

Examples for Streamly
https://streamly.composewell.com
Apache License 2.0
27 stars 3 forks source link

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

Open harendra-kumar opened 3 years ago

harendra-kumar commented 3 years ago

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.