haskell-hnix: jailbreak deriving-compat dependency

Reported as https://github.com/jwiegley/hnix/issues/98
This commit is contained in:
Michael Alan Dorman 2018-03-25 16:29:44 -04:00 committed by Peter Simons
parent 234c42b8e6
commit dddf0314bc

View file

@ -244,6 +244,8 @@ self: super: {
# base bound
digit = doJailbreak super.digit;
# https://github.com/jwiegley/hnix/issues/98 - tied to an older deriving-compat
hnix = doJailbreak super.hnix;
# Fails for non-obvious reasons while attempting to use doctest.
search = dontCheck super.search;