diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4746060bfda1..66921545b2d2 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -132,6 +132,8 @@ self: super: { # https://github.com/haskell/bytestring/issues/41 bytestring_0_10_4_1 = dontCheck super.bytestring_0_10_4_1; + # https://github.com/zmthy/http-media/issues/6 + http-media = dontCheck super.http-media; } // { # Not on Hackage yet.