haskell-cabal-lenses: trigger re-build to fix broken Hydra package

This commit is contained in:
Peter Simons 2015-05-06 11:56:56 +02:00
parent 677ab5d03c
commit 0dc150ffbc

View file

@ -334,4 +334,7 @@ self: super: {
# https://github.com/HugoDaniel/RFC3339/issues/14
timerep = dontCheck super.timerep;
# Ugly hack that triggers a rebuild to fix the broken package on Hydra.
cabal-lenses = appendConfigureFlag super.cabal-lenses "-fignore-me-1";
}