summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-15 11:29:34 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-15 11:29:34 +0100
commit03a99b52cd1a7de7916171ff66c76a29f9ceaed1 (patch)
tree1bcd3bbe47a7a0a664b6f7e3285a29795608b072 /community
parent4e8a205e602e400c3b5e232570aabcd960f5a2d0 (diff)
downloadpackages-03a99b52cd1a7de7916171ff66c76a29f9ceaed1.tar.xz
community/ghc: trying to bootstrap with binary version
Diffstat (limited to 'community')
-rw-r--r--community/ghc/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/ghc/PKGBUILD b/community/ghc/PKGBUILD
new file mode 100644
index 00000000..b09d8cf6
--- /dev/null
+++ b/community/ghc/PKGBUILD
@@ -0,0 +1,5 @@
+# bootstrapping from binary version (when ghc-static is broken)
+makedepends=(${makedepends[@]//ghc-static/})
+makedepends_i486+=(ghc92-bin)
+makedepends_i686+=(ghc92-bin)
+makedepends_pentium4=("${makedepends_i686[@]}")