summaryrefslogtreecommitdiff
path: root/stack.yaml
blob: 821983d7c852a2296b8a8730ff2e05230f9b2abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
resolver: lts-11.7
packages:
  - edit-lens
  - location:
      git: https://github.com/pngwjpgh/composition-tree
      commit: c9c1c11f6820bbbe1ac96513a66609599483bdb6
    extra-dep: true
  - interactive-edit-lens
nix:
  packages: []
  pure: false
  shell-file: ./stack.nix
build:
  library-profiling: true
  executable-profiling: true

extra-deps:
  - dotgen-0.4.2