diff options
author | pacien | 2020-01-05 20:40:41 +0100 |
---|---|---|
committer | pacien | 2020-01-05 20:40:41 +0100 |
commit | 1e3a0e39cb6cdc86a6ba6b570c72c44931cf1c3b (patch) | |
tree | 2746d5fe93eb00162b146a054761a2c8e7f76ed2 /compiler/package.yaml | |
parent | 2ad60869c2e8d0846672ccb18b2de99c9cf33671 (diff) | |
download | ldgallery-1e3a0e39cb6cdc86a6ba6b570c72c44931cf1c3b.tar.gz |
compiler: replace file filter with inclusino and exclusion glob lists
GitHub: closes #16
Diffstat (limited to 'compiler/package.yaml')
-rw-r--r-- | compiler/package.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/package.yaml b/compiler/package.yaml index 18d8a33..0922c36 100644 --- a/compiler/package.yaml +++ b/compiler/package.yaml | |||
@@ -26,7 +26,7 @@ dependencies: | |||
26 | - JuicyPixels | 26 | - JuicyPixels |
27 | - JuicyPixels-extra | 27 | - JuicyPixels-extra |
28 | - parallel-io | 28 | - parallel-io |
29 | - regex-compat | 29 | - Glob |
30 | 30 | ||
31 | default-extensions: | 31 | default-extensions: |
32 | - DuplicateRecordFields | 32 | - DuplicateRecordFields |