File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 12
12
} ) ;
13
13
} ;
14
14
} ;
15
+ gitignoreSource = ( import sources . gitignore { inherit ( pkgs ) lib ; } ) . gitignoreSource ;
15
16
extended = haskellPackages :
16
17
haskellPackages . extend ( pkgs . haskell . lib . packageSourceOverrides {
17
- haskell-language-server = ../. ;
18
- ghcide = ../ghcide ;
19
- hie-compat = ../ghcide/hie-compat ;
20
- hls-plugin-api = ../hls-plugin-api ;
21
- hls-tactics-plugin = ../plugins/tactics ;
22
- hls-hlint-plugin = ../plugins/hls-hlint-plugin ;
18
+ haskell-language-server = gitignoreSource ../. ;
19
+ ghcide = gitignoreSource ../ghcide ;
20
+ hie-compat = gitignoreSource ../ghcide/hie-compat ;
21
+ hls-plugin-api = gitignoreSource ../hls-plugin-api ;
22
+ hls-tactics-plugin = gitignoreSource ../plugins/tactics ;
23
+ hls-hlint-plugin = gitignoreSource ../plugins/hls-hlint-plugin ;
23
24
} ) ;
24
25
in
25
26
{
26
- inherit ( import sources . gitignore { inherit ( pkgs ) lib ; } ) gitignoreSource ;
27
+ inherit gitignoreSource ;
27
28
ourHaskell = pkgs . haskell // {
28
29
packages = pkgs . haskell . packages // {
29
30
# relax upper bounds on ghc 8.10.x versions (and skip running tests)
You can’t perform that action at this time.
0 commit comments