summaryrefslogtreecommitdiff
path: root/build-support/ghc92-bin/ghc.install
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-15 16:27:50 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-15 16:27:50 +0100
commit48d73fadbe164266506c0572015d07a16143678a (patch)
tree364fd8d9a0299c517f683fc5fe7af43b50e1a112 /build-support/ghc92-bin/ghc.install
parent95cb49f989b1e3d7feb949c5a06e224d735e24bf (diff)
downloadpackages-48d73fadbe164266506c0572015d07a16143678a.tar.xz
removed ghc92-bin and add ghc90-bin to build-support
Diffstat (limited to 'build-support/ghc92-bin/ghc.install')
-rw-r--r--build-support/ghc92-bin/ghc.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/build-support/ghc92-bin/ghc.install b/build-support/ghc92-bin/ghc.install
deleted file mode 100644
index 1a1e0420..00000000
--- a/build-support/ghc92-bin/ghc.install
+++ /dev/null
@@ -1,10 +0,0 @@
-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.'
-}