File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 2525
2626 # we need add ghc-api-compat to build depends,
2727 # since its condition tree is not evaluated under ghc 9
28+
29+ ghc-api-compat = hself . callHackageDirect {
30+ pkg = "ghc-api-compat" ;
31+ ver = "9.0.1" ;
32+ sha256 = "WCK1gu6iiCAc2s2rFEqn2CkvHkITPrmDjuiGsWOWerM=" ;
33+ } { } ;
34+
2835 hiedb = addBuildDepend hsuper . hiedb hself . ghc-api-compat ;
2936
3037 blaze-textual = hself . callCabal2nix "blaze-textual"
Original file line number Diff line number Diff line change 7171 tweaks = hself : hsuper :
7272 with haskell . lib ; {
7373
74- ghc-api-compat = hself . callCabal2nix "ghc-api-compat"
75- ( pkgs . fetchFromGitHub {
76- owner = "hsyl20" ;
77- repo = "ghc-api-compat" ;
78- rev = "8fee87eac97a538dbe81ff1ab18cff10f2f9fa15" ;
79- sha256 = "byehvdxQxhNk5ZQUXeFHjAZpAze4Ct9261ro4c5acZk=" ;
80- } ) { } ;
74+ ghc-api-compat = hself . callHackageDirect {
75+ pkg = "ghc-api-compat" ;
76+ ver = "8.10.7" ;
77+ sha256 = "g9/InDeQfiXCB9SK8mpl/8B5QEEobj9uqo4xe//telw=" ;
78+ } { } ;
8179
8280 lsp = hself . lsp_1_2_0_1 ;
8381
You can’t perform that action at this time.
0 commit comments