From 40b1516d39bc529f7fca82044b3b188a29004b31 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Sun, 10 Sep 2017 11:17:24 +0200 Subject: [PATCH] haskell: fix grakn-0.2.0 --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 48b3108d0ed..4b204ab75e9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -908,4 +908,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); }