haskellPackages.geojson: disable test suite failing to compile

main
sternenseemann 2 years ago
parent 229609de16
commit b4e65fc3d7
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -2597,4 +2597,8 @@ self: super: {
# Fixes test suite with modern-uri 0.3.4.3, waiting for Stackage LTS to follow suit
mmark = doDistribute self.mmark_0_0_7_5;
# Test suite doesn't support hspec 2.8
# https://github.com/zellige/hs-geojson/issues/29
geojson = dontCheck super.geojson;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save