-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Labels
Description
Spago includes some default path globs in the build:
src/**/*.purstest/**/*.purs
However, if you don't have those directories, it will complain:
purs compile: No files found using pattern: src/**/*.purs
purs compile: No files found using pattern: test/**/*.purs
I propose we instead make this explicit (and configurable) by adding a sources (or paths) key to the configuration, and removing the implicit paths.
We should migrate existing configurations so the change is backwards compatible.
hdgarrood