currently, hint's package database is configured in the same way ghc is, via environment variables and -package-db arguments. This is super old-school, nowadays people use a .cabal file to specify which packages they want their programs to see. It would be great if that just worked out of the box without having to jump through hoops in order to set the right settings. At the very least, how to specify package databases should be documented somewhere.