#!/bin/sh
# Force ghc-pkg to recache the base installed packages. Necessary as we
# did make install DESTDIR=... so the cache has invalid locations.

ghc-pkg recache
