summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-06 11:56:56 +0200
committerPeter Simons <simons@cryp.to>2015-05-08 14:10:16 +0200
commit0dc150ffbc67de453470ab3c534a02d908bd994f (patch)
tree9eae31de5ee3e0f46044789cb79b8674d84c9788
parent677ab5d03c3cb6534bb496afccb9ceaeffb8c831 (diff)
downloadnixlib-0dc150ffbc67de453470ab3c534a02d908bd994f.tar
nixlib-0dc150ffbc67de453470ab3c534a02d908bd994f.tar.gz
nixlib-0dc150ffbc67de453470ab3c534a02d908bd994f.tar.bz2
nixlib-0dc150ffbc67de453470ab3c534a02d908bd994f.tar.lz
nixlib-0dc150ffbc67de453470ab3c534a02d908bd994f.tar.xz
nixlib-0dc150ffbc67de453470ab3c534a02d908bd994f.tar.zst
nixlib-0dc150ffbc67de453470ab3c534a02d908bd994f.zip
haskell-cabal-lenses: trigger re-build to fix broken Hydra package
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix3
1 files changed, 3 insertions, 0 deletions
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 b4f069643263..12bbbc541944 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";
+
 }