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.