remove debian/cabal-wrapper

No longer used in either the upstream debian/ or debian's debian/
This commit is contained in:
Joey Hess 2018-08-04 10:22:55 -04:00
parent 37a9d2572b
commit 9366fae13a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

14
debian/cabal-wrapper vendored
View file

@ -1,14 +0,0 @@
#!/bin/sh
# It would be more usual to use:
# 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
set -e
# Avoid cabal writing to HOME, and avoid local cabal settings
# influencing the build.
HOME=$(mktemp -d)
export HOME
cabal "$@"