File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1212 } ) ;
1313 } ;
1414 } ;
15+ gitignoreSource = ( import sources . gitignore { inherit ( pkgs ) lib ; } ) . gitignoreSource ;
1516 extended = haskellPackages :
1617 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 ;
2324 } ) ;
2425 in
2526 {
26- inherit ( import sources . gitignore { inherit ( pkgs ) lib ; } ) gitignoreSource ;
27+ inherit gitignoreSource ;
2728 ourHaskell = pkgs . haskell // {
2829 packages = pkgs . haskell . packages // {
2930 # 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