summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml
index f36abc3..92dd54f 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -5,7 +5,11 @@ packages:
5 git: https://github.com/pngwjpgh/composition-tree 5 git: https://github.com/pngwjpgh/composition-tree
6 commit: c9c1c11f6820bbbe1ac96513a66609599483bdb6 6 commit: c9c1c11f6820bbbe1ac96513a66609599483bdb6
7 extra-dep: true 7 extra-dep: true
8 - interactive-edit-lens
8nix: 9nix:
9 packages: [] 10 packages: []
10 pure: false 11 pure: false
11 shell-file: ./stack.nix 12 shell-file: ./stack.nix
13build:
14 library-profiling: true
15 executable-profiling: true