summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-09-10 20:41:08 +0200
committerGitHub <noreply@github.com>2017-09-10 20:41:08 +0200
commit2b7fac2eff7b36ea0cd67f174dec29e919bd9a66 (patch)
tree4bac50db614967ac07e88b2591b311ac6253afdc
parent7cd5ff6376fde10e89ad70122d4841dc712884e5 (diff)
parent40b1516d39bc529f7fca82044b3b188a29004b31 (diff)
Merge pull request #29183 from LumiGuide/fix-grakn
haskell: fix grakn-0.2.0
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 6ce5d6b9c0a78..edfdcb9d3ce82 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);
 }