haskellPackages.hgettext: jailbreak

https://github.com/haskell-hvr/hgettext/issues/14
This commit is contained in:
Jan Tojnar 2018-07-22 16:43:30 +02:00
parent 19d850b7f8
commit 5b5a1b3445
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1078,6 +1078,9 @@ self: super: {
# https://github.com/phadej/tree-diff/issues/19
tree-diff = doJailbreak super.tree-diff;
# https://github.com/haskell-hvr/hgettext/issues/14
hgettext = doJailbreak super.hgettext;
# The test suite is broken. Break out of "base-compat >=0.9.3 && <0.10, hspec >=2.4.4 && <2.5".
haddock-library = doJailbreak (dontCheck super.haddock-library);
haddock-library_1_6_0 = doJailbreak (dontCheck super.haddock-library_1_6_0);