File tree Expand file tree Collapse file tree 2 files changed +26
-7
lines changed Expand file tree Collapse file tree 2 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 7171 tweaks = hself : hsuper :
7272 with haskell . lib ; {
7373
74- hls-tactics-plugin = hsuper . hls-tactics-plugin . override {
75- refinery = hself . refinery_0_3_0_0 ;
76- } ;
77-
7874 hiedb = hself . callCabal2nix "hiedb"
7975 ( builtins . fetchTarball {
8076 url =
8379 "13jz8c46zfpf54ya2wsv4akhn0wcfc6qjazqsjfir5gpvsi7v8xr" ;
8480 } ) { } ;
8581
82+ implicit-hie = hself . callCabal2nix "implicit-hie"
83+ ( builtins . fetchTarball {
84+ url =
85+ "https://hackage.haskell.org/package/implicit-hie-0.1.2.6/implicit-hie-0.1.2.6.tar.gz" ;
86+ sha256 =
87+ "067bmw5b9qg55ggklbfyf93jgpkbzmprmgv906jscfzvv1h8266c" ;
88+ } ) { } ;
89+
90+ implicit-hie-cradle = hself . callCabal2nix "implicit-hie-cradle"
91+ ( builtins . fetchTarball {
92+ url =
93+ "https://hackage.haskell.org/package/implicit-hie-cradle-0.3.0.5/implicit-hie-cradle-0.3.0.5.tar.gz" ;
94+ sha256 =
95+ "15a7g9x6cjk2b92hb2wilxx4550msxp1pmk5a2shiva821qaxnfq" ;
96+ } ) { } ;
97+
98+ ghc-source-gen = hself . callCabal2nix "ghc-source-gen"
99+ ( builtins . fetchTarball {
100+ url =
101+ "https://hackage.haskell.org/package/ghc-source-gen-0.4.1.0/ghc-source-gen-0.4.1.0.tar.gz" ;
102+ sha256 =
103+ "0kk599vk54ckikpxkzwrbx7z5x0xr20hr179rldmnlb34bf9mpnk" ;
104+ } ) { } ;
86105 } ;
87106
88107 hlsSources =
You can’t perform that action at this time.
0 commit comments