diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-28 14:10:08 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-28 14:18:47 -0400 |
commit | da4c2f9627668535aa11f9293560dbfe0f324b2d (patch) | |
tree | 46931229fcd7d5096973565c28f5c1bc33b964ca /debian/cabal-wrapper | |
parent | 2c836973e4474ff90f0ec5254057f328130730c6 (diff) |
support building with BUILDER=stack to use stack instead of cabal
Diffstat (limited to 'debian/cabal-wrapper')
-rwxr-xr-x | debian/cabal-wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/cabal-wrapper b/debian/cabal-wrapper index 20568d483..a900c7543 100755 --- a/debian/cabal-wrapper +++ b/debian/cabal-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # It would be more usual to use: -# export CABAL=./Setup +# export BUILDER=./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. # See https://github.com/haskell/cabal/issues/2777 |