From 0dc150ffbc67de453470ab3c534a02d908bd994f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 6 May 2015 11:56:56 +0200 Subject: [PATCH] haskell-cabal-lenses: trigger re-build to fix broken Hydra package --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index b4f06964326..12bbbc54194 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -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"; + }