From a2f6ca40e3b1fd4a71958f163fe000f792159d51 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 5 May 2015 21:24:27 +0200 Subject: [PATCH] haskell-timerep test suite crashes ghc-7.10.x --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 3 +++ 1 file changed, 3 insertions(+) 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 7618b7c4eb5..d81a5ef6a1b 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -331,4 +331,7 @@ self: super: { hipbot = dontDistribute super.hipbot; bitcoin-api = dontDistribute super.bitcoin-api; + # https://github.com/HugoDaniel/RFC3339/issues/14 + timerep = dontCheck super.timerep; + }