File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
dist-newstyle
2
2
.stack-work
3
3
/hie.yaml
4
+ /install /hie.yaml
4
5
cabal.project.local
5
6
* ~
6
7
* .lock
Original file line number Diff line number Diff line change 16
16
# assuming that cabal new-build does succeed outside nix-shell
17
17
18
18
{ 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 ; } ,
20
22
compiler ? "default" ,
21
23
hoogle ? false
22
24
} :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ghc-options:
10
10
extra-deps :
11
11
- aeson-1.5.2.0
12
12
- ansi-terminal-0.10.3
13
- - base-compat-0.11.0
13
+ - base-compat-0.10.5
14
14
- github : bubba/brittany
15
15
commit : c59655f10d5ad295c2481537fc8abf0a297d9d1c
16
16
- butcher-1.3.3.1
@@ -42,14 +42,18 @@ extra-deps:
42
42
- optparse-applicative-0.15.1.0
43
43
- ormolu-0.1.2.0
44
44
- parser-combinators-1.2.1
45
+ - primitive-0.7.1.0
45
46
- regex-base-0.94.0.0
46
47
- regex-pcre-builtin-0.95.1.1.8.43
47
48
- regex-tdfa-1.3.1.0
48
49
- retrie-0.1.1.1
49
50
- semialign-1.1
51
+ # - github: wz1000/shake
52
+ # commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
50
53
- stylish-haskell-0.11.0.3
51
54
- tasty-rerun-1.1.17
52
55
- temporary-1.2.1.1
56
+ - these-1.1.1.1
53
57
- type-equality-1
54
58
- topograph-1
55
59
You can’t perform that action at this time.
0 commit comments