about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-29 13:39:20 +0200
committerPeter Simons <simons@cryp.to>2015-05-30 19:55:32 +0200
commit1cc014fdae64e7149c386161781ba4dc11c60836 (patch)
treece596bdce200121a9eb39d7e951a65c469c59c96 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent7c9cf6d6c254902f5e7e4cd7d8f870a09dbc6e3b (diff)
downloadnixlib-1cc014fdae64e7149c386161781ba4dc11c60836.tar
nixlib-1cc014fdae64e7149c386161781ba4dc11c60836.tar.gz
nixlib-1cc014fdae64e7149c386161781ba4dc11c60836.tar.bz2
nixlib-1cc014fdae64e7149c386161781ba4dc11c60836.tar.lz
nixlib-1cc014fdae64e7149c386161781ba4dc11c60836.tar.xz
nixlib-1cc014fdae64e7149c386161781ba4dc11c60836.tar.zst
nixlib-1cc014fdae64e7149c386161781ba4dc11c60836.zip
hackage-packages.nix: update to https://github.com/commercialhaskell/all-cabal-files/commit/a0ad41c6f533938fb8250c39a18d1d3949ce2e52 with hackage2nix revision 4d6361f0199d51068066c62bb0ca5c18530161f4
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-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 61cccad75bad..ac24848b8fe0 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -281,4 +281,7 @@ self: super: {
   # Won't work with LLVM 3.5.
   llvm-general = markBrokenVersion "3.4.5.3" super.llvm-general;
 
+  # Ugly hack to trigger a rebuild to fix the broken package on Hydra.
+  crypto-api = appendConfigureFlag super.crypto-api "-fignore-me-1";
+
 }