index
:
cabal-helper.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
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