summaryrefslogtreecommitdiff
path: root/stack.yaml
blob: 92dd54fa7210d4dda09121db02f986cc5df001a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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