aboutsummaryrefslogtreecommitdiff
path: root/compiler/package.yaml
diff options
context:
space:
mode:
authorpacien2020-02-01 00:00:23 +0100
committerpacien2020-02-01 00:00:36 +0100
commit9b947996588c02867541ee394aa84fd3839d5f47 (patch)
tree665d9414dd0a4ac57a3b170a301941a68e353534 /compiler/package.yaml
parent245fee3fe5abdc6ad14513ef6522446aba4c905a (diff)
downloadldgallery-9b947996588c02867541ee394aa84fd3839d5f47.tar.gz
compiler: optimise dir diff for output cleanup
n log n by sorting instead of silly n^2 GitHub: closes #70
Diffstat (limited to 'compiler/package.yaml')
-rw-r--r--compiler/package.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/package.yaml b/compiler/package.yaml
index 9b96d17..1769833 100644
--- a/compiler/package.yaml
+++ b/compiler/package.yaml
@@ -17,6 +17,7 @@ description: Please see the README on GitHub at <https://github.com/paci
17dependencies: 17dependencies:
18- base >= 4.7 && < 5 18- base >= 4.7 && < 5
19- containers 19- containers
20- data-ordlist
20- filepath 21- filepath
21- directory 22- directory
22- text 23- text