diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-28 13:40:00 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-28 13:40:00 -0400 |
commit | 2c836973e4474ff90f0ec5254057f328130730c6 (patch) | |
tree | 9c00f9b3a7133c1bd867c5b4f7be0861d1952d5a | |
parent | 18bf46a1ef25873e5d7408250bf1365af7bd328b (diff) |
point to bug report
-rwxr-xr-x | debian/cabal-wrapper | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/cabal-wrapper b/debian/cabal-wrapper index e0623f79f..20568d483 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 |