File tree 2 files changed +12
-7
lines changed
2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 25
25
26
26
# we need add ghc-api-compat to build depends,
27
27
# 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
+
28
35
hiedb = addBuildDepend hsuper . hiedb hself . ghc-api-compat ;
29
36
30
37
blaze-textual = hself . callCabal2nix "blaze-textual"
Original file line number Diff line number Diff line change 71
71
tweaks = hself : hsuper :
72
72
with haskell . lib ; {
73
73
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
+ } { } ;
81
79
82
80
lsp = hself . lsp_1_2_0_1 ;
83
81
You can’t perform that action at this time.
0 commit comments