diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9db8430bb1c0..e129e6f39c48 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -401,6 +401,9 @@ self: super: { # https://github.com/jkarni/th-alpha/issues/1 th-alpha = markBrokenVersion "0.2.0.0" super.th-alpha; + # https://github.com/haskell-hub/hub-src/issues/24 + hub = markBrokenVersion "1.4.0" super.hub; + } // { # Not on Hackage.