diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-11-24 21:25:49 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-11-24 21:25:49 +0100 |
commit | 7fc5f1eff1d08bddf64eb5ca17a825d06e4e5e00 (patch) | |
tree | 3941ea2d86159f2dee0f9cead46b42e6d1510014 /build-support/ghc9.2-bin/ghc.install | |
parent | 4acc6d4626b9763236ae9937f044331d87ac6073 (diff) | |
download | packages-7fc5f1eff1d08bddf64eb5ca17a825d06e4e5e00.tar.xz |
added ghc9.2-bin to build-support (for bootstrapping ghc)
Diffstat (limited to 'build-support/ghc9.2-bin/ghc.install')
-rw-r--r-- | build-support/ghc9.2-bin/ghc.install | 10 |
1 files changed, 10 insertions, 0 deletions
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.' +} |