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 12bbbc54194..a60af597a95 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -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"; }