liquidhaskell: switch ghc-8.6.x version to the 'develop' branch to fix the build
This commit is contained in:
@@ -143442,8 +143442,6 @@ self: {
|
||||
doCheck = false;
|
||||
description = "Predicate Abstraction-based Horn-Clause/Implication Constraint Solver";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) git; inherit (pkgs) nettools;
|
||||
inherit (pkgs) ocaml; inherit (pkgs) z3;};
|
||||
|
||||
@@ -143486,8 +143484,6 @@ self: {
|
||||
testSystemDepends = [ z3 ];
|
||||
description = "Liquid Types for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) z3;};
|
||||
|
||||
"liquidhaskell-cabal" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user