From 7fc5f1eff1d08bddf64eb5ca17a825d06e4e5e00 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 24 Nov 2021 21:25:49 +0100 Subject: added ghc9.2-bin to build-support (for bootstrapping ghc) --- build-support/ghc9.2-bin/ghc.install | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 build-support/ghc9.2-bin/ghc.install (limited to 'build-support/ghc9.2-bin/ghc.install') diff --git a/build-support/ghc9.2-bin/ghc.install b/build-support/ghc9.2-bin/ghc.install new file mode 100644 index 00000000..1a1e0420 --- /dev/null +++ b/build-support/ghc9.2-bin/ghc.install @@ -0,0 +1,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.' +} -- cgit v1.2.3-70-g09d2