-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Snack doesn't include build-tools specified in package.yaml into the build environment.
As an example:
library:
source-dirs: src
ghc-options:
- -F
- -pgmF=record-dot-preprocessor
dependencies:
- record-hasfield
build-tools:
- record-dot-preprocessorWith the above package.yaml file Snack will fail to build and throws the following error:
ghc: could not execute record-dot-preprocessorAfter adding record-dot-preprocessor to the dependencies Snack can build the project. So it would be rational to suppose build-tools as dependencies that should be provided by Snack.
jaredramirez
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request