SamuelSchlesinger / commander-cli

A simple library I wrote to allow me to quickly and easily construct command line interfaces.
MIT License
29 stars 2 forks source link

cabal other-extensions switched to default-extensions #13

Closed BebeSparkelSparkel closed 3 years ago

SamuelSchlesinger commented 3 years ago

I should probably leave a style guide somewhere, but my intent is to use no default extensions, only per module. I like to convey as granular of dependency information that I can, per file, in general. This is to make code more easily movable from one project to another.

BebeSparkelSparkel commented 3 years ago

Could I then remove the other-extensions in the cabal file?