summaryrefslogtreecommitdiff
path: root/bin/test-package-plan
blob: 47d6b2323db27003d2cf02347820551a7e5639b1 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

find $HOME/.cabal/packages/hackage.haskell.org/01-index.tar \
     -newermt '4 hours ago' \
    | xargs test -z && cabal --no-require-sandbox update

schroot -c haskell -d $HOME -- /bin/sh -c \
        "cd src/package-plan && perl test-packages.pl"