Commit 4d415633 authored by sternenseemann's avatar sternenseemann
Browse files

haskellPackages.graphql: allow hspec 2.9

parent 5cc155a5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -285,6 +285,11 @@ self: super: {
  opencv = dontCheck (appendPatch ./patches/opencv-fix-116.patch super.opencv);
  opencv-extra = dontCheck (appendPatch ./patches/opencv-fix-116.patch super.opencv-extra);

  # Too strict lower bound on hspec
  graphql =
    assert lib.versionOlder self.hspec.version "2.10";
    doJailbreak super.graphql;

  # https://github.com/ekmett/structures/issues/3
  structures = dontCheck super.structures;