From a4c8f60e86252b4136ab9a8e28ca166fc9be15c8 Mon Sep 17 00:00:00 2001 From: Allen Nelson Date: Sat, 6 Jan 2018 23:08:24 -0600 Subject: [PATCH] reference issue in comment --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 28043a1372a..56ac278c165 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -566,7 +566,7 @@ self: super: { # https://github.com/alphaHeavy/lzma-enumerator/issues/3 lzma-enumerator = dontCheck super.lzma-enumerator; - # Unpin some versions + # https://github.com/haskell-hvr/lzma/issues/8 lzma = appendPatch super.lzma ./patches/lzma-tests.patch; # https://github.com/BNFC/bnfc/issues/140