diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6ce5d6b9c0a..edfdcb9d3ce 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -910,4 +910,6 @@ self: super: { # https://github.com/jtdaugherty/text-zipper/issues/11 text-zipper = dontCheck super.text-zipper; + # https://github.com/graknlabs/grakn-haskell/pull/1 + grakn = dontCheck (doJailbreak super.grakn); }