diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 631df67fa0e3..cbe593c56857 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -378,6 +378,9 @@ self: super: { # https://github.com/rrnewton/haskell-lockfree/issues/44 chaselev-deque = markBrokenVersion "0.5.0.3" super.chaselev-deque; + # http://hydra.cryp.to/build/526196/nixlog/2/raw + text-show = dontCheck super.text-show; + } // { # Not on Hackage.