packages feed

leaky-0.4.0.0: seqaidpp.sh

#!/usr/bin/env bash

# (Hopefully that works on mingw32.)

## #!/bin/sh

# This is mostly to get rid of rogue failed build reports.
# Not my fault I have to make things ugly to fix mistakes of
# others (build reporters with misconfigured environemnts; and
# hackage, for allowing this to smear a perfectly good library
# by displaying the report so prominently, and making it
# impossible for the maintainer to get rid of it or even
# add an annotation).  I could have been doing something
# constructive with this time.

# (Still not enough, if you build in the sandbox with multiple GHC versions?)
env PATH=./.cabal-sandbox/bin:$HOME/.cabal/bin:/home/builder/hackage-server/build-cache/tmp-install/bin:$PATH seqaidpp $*