From aa8b539611acbdf8e15ed8309222eed92a4a80b9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 20 Feb 2015 13:31:43 +0100 Subject: [PATCH] haskell-asn1-encoding fails its test suite on Linux/i686 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6d02f4c6cb9..ae74c4b726a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -526,6 +526,9 @@ self: super: { # https://github.com/afcowie/http-streams/issues/80 http-streams = dontCheck super.http-streams; + # https://github.com/vincenthz/hs-asn1/issues/12 + asn1-encoding = dontCheck super.asn1-encoding; + } // { # Not on Hackage.