remove debian/cabal-wrapper
No longer used in either the upstream debian/ or debian's debian/
This commit is contained in:
parent
37a9d2572b
commit
9366fae13a
1 changed files with 0 additions and 14 deletions
14
debian/cabal-wrapper
vendored
14
debian/cabal-wrapper
vendored
|
@ -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 "$@"
|
Loading…
Reference in a new issue