diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c5d59e50afe..5d928851a74 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -129,6 +129,11 @@ 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; + + # tests don't compile for some odd reason + jwt = dontCheck super.jwt; } // { # Not on Hackage yet.