Merge pull request #29183 from LumiGuide/fix-grakn

haskell: fix grakn-0.2.0
This commit is contained in:
Peter Simons 2017-09-10 20:41:08 +02:00 committed by GitHub
commit 2b7fac2eff

View file

@ -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);
}