aboutsummaryrefslogtreecommitdiff
path: root/compiler/package.yaml
diff options
context:
space:
mode:
authorpacien2019-12-23 07:39:27 +0100
committerpacien2019-12-23 07:40:16 +0100
commit81cfb110248a8f98cd084533f00a98a507d9518b (patch)
tree06196e5387c11f5869ac2eefa1229c38c4c840a6 /compiler/package.yaml
parent8de4411269ae85789c1cc7d81a9ecf0facbe78ff (diff)
downloadldgallery-81cfb110248a8f98cd084533f00a98a507d9518b.tar.gz
compiler: fix item tree tag aggregation and path concat
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 f2a319e..253f16a 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- text 19- text
20- containers
20- optparse-applicative 21- optparse-applicative
21- cmdargs 22- cmdargs
22- filepath 23- filepath