about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-01-12 09:46:35 -0500
committerShea Levy <shea@shealevy.com>2015-01-12 09:46:35 -0500
commitbaa634cf1880c1da346a7279ac8e6e46770bd51a (patch)
treef9858e15067108a1528efdee0bb64de816887707 /pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
parent2f5cd9ec8578cb8b069c5c5b0f4597b41ea5e0f9 (diff)
downloadnixlib-baa634cf1880c1da346a7279ac8e6e46770bd51a.tar
nixlib-baa634cf1880c1da346a7279ac8e6e46770bd51a.tar.gz
nixlib-baa634cf1880c1da346a7279ac8e6e46770bd51a.tar.bz2
nixlib-baa634cf1880c1da346a7279ac8e6e46770bd51a.tar.lz
nixlib-baa634cf1880c1da346a7279ac8e6e46770bd51a.tar.xz
nixlib-baa634cf1880c1da346a7279ac8e6e46770bd51a.tar.zst
nixlib-baa634cf1880c1da346a7279ac8e6e46770bd51a.zip
Fix retry build on ghc 7.10
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
index c67f924ee7ac..c489e8c69217 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
@@ -85,6 +85,9 @@ self: super: {
   # https://code.google.com/p/scrapyourboilerplate/issues/detail?id=24
   syb = dontCheck super.syb;
 
+  # Test suite has stricter version bounds
+  retry = dontCheck super.retry;
+
   # Version 1.19.5 fails its test suite.
   happy = dontCheck super.happy;