Skip to content

Commit 8a840f7

Browse files
authored
Simplify down to one stack.yaml (#379)
As discussed on Matrix. Since we don't use this for user installation, nor for testing multiple versions of GHC (we have Haskell-CI based on `cabal` for that), the only use of this is to provide a dev setup for stack users. As such, one `stack.yaml` should be sufficient.
1 parent 40d99b7 commit 8a840f7

9 files changed

+11
-185
lines changed

stack-8.10.2.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

stack-8.10.3.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

stack-8.10.4.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

stack-8.4.4.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.

stack-8.6.4.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

stack-8.6.5.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

stack-8.8.3.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

stack-8.8.4.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

stack.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
resolver: lts-18.18 # GHC 8.10.7
2+
3+
packages:
4+
- ./lsp
5+
- ./lsp-types
6+
- ./lsp-test
7+
8+
flags: {}
9+
extra-package-dbs: []
10+
nix:
11+
packages: [icu]

0 commit comments

Comments
 (0)