Skip to content

Commit 5e75abe

Browse files
author
sir4ur0n
committed
Merge branch 'master' of https://github.com/haskell/haskell-language-server into doc/testHlsInEditor
2 parents dd86e6b + 17b2335 commit 5e75abe

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
dist-newstyle
22
.stack-work
33
/hie.yaml
4+
/install/hie.yaml
45
cabal.project.local
56
*~
67
*.lock

shell.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
# assuming that cabal new-build does succeed outside nix-shell
1717

1818
{ sources ? import nix/sources.nix,
19-
nixpkgs ? import sources.nixpkgs {},
19+
# TODO Remove allowBroken once retrie is no longer marked as broken in Nixpkgs
20+
# See https://github.com/haskell/haskell-language-server/issues/325
21+
nixpkgs ? import sources.nixpkgs { config.allowBroken = true; },
2022
compiler ? "default",
2123
hoogle ? false
2224
}:

stack.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ghc-options:
1010
extra-deps:
1111
- aeson-1.5.2.0
1212
- ansi-terminal-0.10.3
13-
- base-compat-0.11.0
13+
- base-compat-0.10.5
1414
- github: bubba/brittany
1515
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
1616
- butcher-1.3.3.1
@@ -42,14 +42,18 @@ extra-deps:
4242
- optparse-applicative-0.15.1.0
4343
- ormolu-0.1.2.0
4444
- parser-combinators-1.2.1
45+
- primitive-0.7.1.0
4546
- regex-base-0.94.0.0
4647
- regex-pcre-builtin-0.95.1.1.8.43
4748
- regex-tdfa-1.3.1.0
4849
- retrie-0.1.1.1
4950
- semialign-1.1
51+
# - github: wz1000/shake
52+
# commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
5053
- stylish-haskell-0.11.0.3
5154
- tasty-rerun-1.1.17
5255
- temporary-1.2.1.1
56+
- these-1.1.1.1
5357
- type-equality-1
5458
- topograph-1
5559

0 commit comments

Comments
 (0)