-
-
Notifications
You must be signed in to change notification settings - Fork 10
apply flags from stack.yaml #54
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
stack.yamlhas a top-levelflagskey to specify Cabal flags to pass to any package:https://docs.haskellstack.org/en/stable/configure/yaml/project/#flags
It would be nice to for
stacklock2nixto interpret this list of flags and apply them automatically to the packages in the package set it generates.