From 60cee4e995bba36ea248c874af3eaff420613373 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 7 May 2015 10:54:10 +0200 Subject: [PATCH] haskell-text: trigger re-build to mitigate non-deterministic library ID bug --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 1 + 1 file changed, 1 insertion(+) 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"; }