aboutsummaryrefslogtreecommitdiff
path: root/vendor/cabal-helper-0.8.1.2/scripts/ci/print-packages.sh
blob: 891cea67c0d4fe34c113f94f17cfb7b0d72e0ae4 (plain) (blame)
1
2
3
4
5
if [ -e cabal.sandbox.config ]; then
    cabal sandbox hc-pkg list
else
    ghc-pkg list
fi