haskell: fix grakn-0.2.0

This commit is contained in:
Bas van Dijk 2017-09-10 11:17:24 +02:00
parent 398b36431d
commit 40b1516d39

View file

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