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-04-19 20:18:13 +0200
committerPeter Simons <simons@cryp.to>2015-04-20 00:06:52 +0200
commit72f06e79f50b84c0b0eee3d10eea59aec8f66ffe (patch)
tree8b18f304a7b865318469363f75f1f2dbf3d42679 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent921e73eb7e71ad6bddc4a3798c1d94439a45b547 (diff)
downloadnixpkgs-72f06e79f50b84c0b0eee3d10eea59aec8f66ffe.tar
nixpkgs-72f06e79f50b84c0b0eee3d10eea59aec8f66ffe.tar.gz
nixpkgs-72f06e79f50b84c0b0eee3d10eea59aec8f66ffe.tar.bz2
nixpkgs-72f06e79f50b84c0b0eee3d10eea59aec8f66ffe.tar.lz
nixpkgs-72f06e79f50b84c0b0eee3d10eea59aec8f66ffe.tar.xz
nixpkgs-72f06e79f50b84c0b0eee3d10eea59aec8f66ffe.tar.zst
nixpkgs-72f06e79f50b84c0b0eee3d10eea59aec8f66ffe.zip
haskell-tasty-rerun: fix build with GHC 7.10.1
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 003182197c1..a97df0e5c1f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -337,4 +337,7 @@ self: super: {
   # https://github.com/bos/bloomfilter/issues/11
   bloomfilter = dontHaddock (appendConfigureFlag super.bloomfilter "--ghc-option=-XFlexibleContexts");
 
+  # https://github.com/ocharles/tasty-rerun/issues/5
+  tasty-rerun = dontHaddock (appendConfigureFlag super.tasty-rerun "--ghc-option=-XFlexibleContexts");
+
 }