diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-14 12:22:06 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-17 13:50:14 +0000 |
commit | 5935206e289a9259e135faebd05808d9899c8081 (patch) | |
tree | 09e6673c69dafe575ef6b036b82a8d4051c6297e /testing | |
parent | 02f582cc018ecb9f410558507e9e9374a89c132c (diff) | |
download | aports-5935206e289a9259e135faebd05808d9899c8081.tar.bz2 aports-5935206e289a9259e135faebd05808d9899c8081.tar.xz |
testing/ghc: remove irrelevant comment
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ghc/APKBUILD | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/testing/ghc/APKBUILD b/testing/ghc/APKBUILD index 79885f481f..0ce344ba5d 100644 --- a/testing/ghc/APKBUILD +++ b/testing/ghc/APKBUILD @@ -1,4 +1,3 @@ -#-*-mode: Shell-script; coding: utf-8;-*- # Maintainer: Mitch Tishmack <mitch.tishmack@gmail.com> pkgname=ghc pkgver=8.0.2 @@ -10,12 +9,8 @@ arch="x86_64 armhf" # * https://www.haskell.org/ghc/license # * https://ghc.haskell.org/trac/ghc/wiki/Licensing license="custom:BSD-3" -# Note, gcc supports --no-pie on alpine linux 3.5+ only. We test for -# that version as it greatly simplifies the apkbuild process. The -# apks built on 3.5 will not work on any prior version of Alpine Linux. -# -# Note also that ghc is sensitive to the version of llvm used, hence the -# llvm3.7 package. +# Note that ghc is sensitive to the version of llvm used, +# hence the llvm3.7 package. # # Ref: https://ghc.haskell.org/trac/ghc/wiki/Status/GHC-8.0.1 # https://ghc.haskell.org/trac/ghc/wiki/ImprovedLLVMBackend |