diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-12-11 12:49:44 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-12-11 12:49:44 +0100 |
commit | 249ad5b4907d0d80704b579545c09910803d7d6f (patch) | |
tree | 392ab858dd317bf8cda0015050a2eb565a811d6d /build-support | |
parent | 3d9e17453d22b259cba2c784fd9a1ce71dff752a (diff) | |
download | packages-249ad5b4907d0d80704b579545c09910803d7d6f.tar.xz |
renamed ghc9.2-bin to ghc92-bin
Diffstat (limited to 'build-support')
-rw-r--r-- | build-support/ghc92-bin/PKGBUILD (renamed from build-support/ghc9.2-bin/PKGBUILD) | 2 | ||||
-rw-r--r-- | build-support/ghc92-bin/ghc.install (renamed from build-support/ghc9.2-bin/ghc.install) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/build-support/ghc9.2-bin/PKGBUILD b/build-support/ghc92-bin/PKGBUILD index b86163c8..691e3431 100644 --- a/build-support/ghc9.2-bin/PKGBUILD +++ b/build-support/ghc92-bin/PKGBUILD @@ -5,7 +5,7 @@ # This package can coexist with the latest version of GHC. # If you would like to compile GHC yourself (AUR: ghc9.2), # you can use this to bootstrap compilation. -pkgname=ghc9.2-bin +pkgname=ghc92-bin pkgver=9.2.1 pkgrel=1 pkgdesc='Legacy binary GHC 9.2 installed on /usr/bin/ghc-9.2 (Oct/2021 - Oct/2021).' diff --git a/build-support/ghc9.2-bin/ghc.install b/build-support/ghc92-bin/ghc.install index 1a1e0420..1a1e0420 100644 --- a/build-support/ghc9.2-bin/ghc.install +++ b/build-support/ghc92-bin/ghc.install |