diff options
author | pacien | 2020-01-06 00:01:53 +0100 |
---|---|---|
committer | pacien | 2020-01-06 00:01:53 +0100 |
commit | c8dea48bb4a0ec137bafba3bec79352eae2f48c0 (patch) | |
tree | f904a7f59b741211cbbee8a02475a7cc24f0a4e8 /compiler/stack.yaml | |
parent | 1e3a0e39cb6cdc86a6ba6b570c72c44931cf1c3b (diff) | |
download | ldgallery-c8dea48bb4a0ec137bafba3bec79352eae2f48c0.tar.gz |
compiler: default item date to filesystem last mod date
GitHub: closes #14
Diffstat (limited to 'compiler/stack.yaml')
-rw-r--r-- | compiler/stack.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler/stack.yaml b/compiler/stack.yaml index 29f8539..146f46b 100644 --- a/compiler/stack.yaml +++ b/compiler/stack.yaml | |||
@@ -41,6 +41,12 @@ packages: | |||
41 | # | 41 | # |
42 | # extra-deps: [] | 42 | # extra-deps: [] |
43 | 43 | ||
44 | extra-deps: | ||
45 | - time-1.9.3@sha256:8f1b5448722a12a952248b356c9eb366e351226543d9086a2da71270522d5f45,5679 | ||
46 | - directory-1.3.4.0@sha256:500019f04494324d1df16cf83eefeb3f809b2b20b32a32ccd755ee0439c18bfd,2829 | ||
47 | - process-1.6.7.0@sha256:305bcf44c42a96425e77af1748183f505a701648f68cc299d5ad8ac1b866a6a1,2468 | ||
48 | - unix-2.7.2.2@sha256:e69269a17b9fa26cb77f3f55e86c39d0a4940ccfa0c4bc20826919d2572076ad,3496 | ||
49 | |||
44 | # Override default flag values for local packages and extra-deps | 50 | # Override default flag values for local packages and extra-deps |
45 | # flags: {} | 51 | # flags: {} |
46 | 52 | ||