forked from mirrors/nixpkgs
haskell: fix grakn-0.2.0
This commit is contained in:
parent
398b36431d
commit
40b1516d39
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue