diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-12-18 13:51:16 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-12-18 13:51:16 +0100 |
commit | 46ae60eaca841b554ba20c6a2b7a15b43c12b4df (patch) | |
tree | 0bb06127a0e08e75f8be755f5a5dfb1702b627b6 /stack.yaml | |
parent | b0b18979d5ccd109d5a56937396acdeb85c857aa (diff) | |
download | incremental-dfsts-46ae60eaca841b554ba20c6a2b7a15b43c12b4df.tar incremental-dfsts-46ae60eaca841b554ba20c6a2b7a15b43c12b4df.tar.gz incremental-dfsts-46ae60eaca841b554ba20c6a2b7a15b43c12b4df.tar.bz2 incremental-dfsts-46ae60eaca841b554ba20c6a2b7a15b43c12b4df.tar.xz incremental-dfsts-46ae60eaca841b554ba20c6a2b7a15b43c12b4df.zip |
Much ado about nothing
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||
8 | nix: | 9 | nix: |
9 | packages: [] | 10 | packages: [] |
10 | pure: false | 11 | pure: false |
11 | shell-file: ./stack.nix | 12 | shell-file: ./stack.nix |
13 | build: | ||
14 | library-profiling: true | ||
15 | executable-profiling: true | ||