liquidhaskell: switch ghc-8.6.x version to the 'develop' branch to fix the build

This commit is contained in:
Peter Simons
2019-03-26 17:20:35 +01:00
parent 999450f7d3
commit 803e956919
3 changed files with 23 additions and 6 deletions
-4
View File
@@ -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