From ee8113959a1efcb74b3eb97afebd0dfce2511fc8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Dec 2015 13:40:00 -0400 Subject: [PATCH] point to bug report --- debian/cabal-wrapper | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/cabal-wrapper b/debian/cabal-wrapper index e0623f79fb..20568d4836 100755 --- a/debian/cabal-wrapper +++ b/debian/cabal-wrapper @@ -3,9 +3,7 @@ # export CABAL=./Setup # But Setup currently has a very bad dependency resolver, and very bad # debugging output, and tends to eat all memory and die on small buildds. -# -# This should be revisited once Debian has a newer ghc than 7.6.3, -# and hopefully gets the improved dependency resolver from cabal. +# See https://github.com/haskell/cabal/issues/2777 set -e # Avoid cabal writing to HOME, and avoid local cabal settings