Allow giving options through input pragmas...
Open
feature request
options
- Dominant language
- Haskell
- Stars
- 323
- Forks
- 87
- PR merge metrics
- No merged PRs in 30d
Description
Cabal still doesn't support giving custom Alex options in configuration file (see issue: https://github.com/haskell/cabal/issues/1223), and some programs need to specify their own --template directory, or use predicates that are as of recenlty incompatible with default invocation (see: https://github.com/yi-editor/yi/pull/435.)
Thus it would be nice to have %option pragma that could add any command-line options. (Like GHC does with {-# OPTIONS_GHC #-}.)
Contributor guide
Assessment
This issue has not been assessed yet.