From 4cf7dced54af817cf79c5e161568156add98d819 Mon Sep 17 00:00:00 2001 From: sterni Date: Fri, 19 Mar 2021 18:03:19 +0100 Subject: chore(gs/xanthous): fix for hgeometry 0.12.0.1 The breaking removal of triangulationEdges was not that big of a deal after all: It was just renamed to edgesAsPoints apparently, so the fix is easy enough and we can save one override. hgeometry-combinatorial's doctests seem to trigger some kind of GHC dynamic linking bug (https://github.com/noinia/hgeometry/issues/132) so we disable the tests. Change-Id: Iba2a64cade4d1a55fa4b81846e1116f282d4590a Reviewed-on: https://cl.tvl.fyi/c/depot/+/2608 Tested-by: BuildkiteCI Reviewed-by: glittershark --- third_party/nixpkgs-exposed/haskell_overlay/default.nix | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'third_party') diff --git a/third_party/nixpkgs-exposed/haskell_overlay/default.nix b/third_party/nixpkgs-exposed/haskell_overlay/default.nix index 4cf3cfb4cb73..9b025d7d2828 100644 --- a/third_party/nixpkgs-exposed/haskell_overlay/default.nix +++ b/third_party/nixpkgs-exposed/haskell_overlay/default.nix @@ -26,19 +26,5 @@ self: super: with pkgs.haskell.lib; rec { ''; }); - # pin hgeometry* to 0.11.0.0 since 0.12.0.0 removes triangulationEdges - # which is used by //users/glittershark/xanthous - hgeometry = - self.callHackageDirect { - pkg = "hgeometry"; - ver = "0.11.0.0"; - sha256 = "0qidbpgs6jxrirrhmy7iabwd62178sm68fqrmqg3w3gfyx8nm8ls"; - } {}; - - hgeometry-combinatorial = - self.callHackageDirect { - pkg = "hgeometry-combinatorial"; - ver = "0.11.0.0"; - sha256 = "0c9ccqz1m45kkdkzw00gvzdspjljhg12vish6himqjqpms7g6sag"; - } {}; + hgeometry-combinatorial = dontCheck super.hgeometry-combinatorial; } -- cgit 1.4.1