summaryrefslogtreecommitdiff
path: root/build-support/ghc92-bin/ghc.install
blob: 1a1e04209393cd51572937c8b45e8a0f61d75e8e (plain)
1
2
3
4
5
6
7
8
9
10
pre_upgrade() {
  echo '==> Unregistering cabalized packages...'
  [[ -d /usr/share/haskell-ghc-9.2 ]] && find /usr/share/haskell-ghc-9.2 -maxdepth 2 -name 'unregister.sh' -exec {} \;
  echo '==> Done.'
}

post_upgrade() {
  echo '==> All cabalized packages need to be reinstalled now.'
  echo '==> See /usr/share/haskell-ghc-9.2/ and ghc-pkg-9.2 list --user for a tentative list of affected packages.'
}