Skip to content
Snippets Groups Projects
Unverified Commit 8d7e8f15 authored by Javier Neira's avatar Javier Neira Committed by GitHub
Browse files

Update flake to fix nix builds (#2188)


* update ghc-api-compat

* Add ghc-api-compat to 9.0.1

* update sha256

acquired by providing empty sha256 and causing error

* Update sha for ghc-api-compat-9.0.1

Co-authored-by: default avatarJade <software@lfcode.ca>
Co-authored-by: default avatarPeter Becich <peterbecich@gmail.com>
parent 09ee25ef
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,13 @@ let
# we need add ghc-api-compat to build depends,
# since its condition tree is not evaluated under ghc 9
ghc-api-compat = hself.callHackageDirect {
pkg = "ghc-api-compat";
ver = "9.0.1";
sha256 = "WCK1gu6iiCAc2s2rFEqn2CkvHkITPrmDjuiGsWOWerM=";
} {};
hiedb = addBuildDepend hsuper.hiedb hself.ghc-api-compat;
blaze-textual = hself.callCabal2nix "blaze-textual"
......
......@@ -71,13 +71,11 @@
tweaks = hself: hsuper:
with haskell.lib; {
ghc-api-compat = hself.callCabal2nix "ghc-api-compat"
(pkgs.fetchFromGitHub {
owner = "hsyl20";
repo = "ghc-api-compat";
rev = "8fee87eac97a538dbe81ff1ab18cff10f2f9fa15";
sha256 = "byehvdxQxhNk5ZQUXeFHjAZpAze4Ct9261ro4c5acZk=";
}) { };
ghc-api-compat = hself.callHackageDirect {
pkg = "ghc-api-compat";
ver = "8.10.7";
sha256 = "g9/InDeQfiXCB9SK8mpl/8B5QEEobj9uqo4xe//telw=";
} {};
lsp = hself.lsp_1_2_0_1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment