haskell-text: trigger re-build to mitigate non-deterministic library ID bug

This commit is contained in:
Peter Simons 2015-05-07 10:54:10 +02:00
parent ad0140e780
commit 60cee4e995

View file

@ -336,5 +336,6 @@ self: super: {
# Ugly hack that triggers a rebuild to fix the broken package on Hydra.
cabal-lenses = appendConfigureFlag super.cabal-lenses "-fignore-me-1";
text = appendConfigureFlag super.text "-fignore-me-1";
}