Add llvm-hs back to stackage (#4719)

Add llvm-hs back to stackage
This commit is contained in:
Alexey Zabelin 2019-07-16 15:18:34 -07:00 committed by GitHub
commit dca7bd273f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3053,7 +3053,7 @@ packages:
"Moritz Kiefer <moritz.kiefer@purelyfunctional.org> @cocreature":
- lrucaching
- llvm-hs < 0 # https://github.com/commercialhaskell/stackage/issues/4238
- llvm-hs
- llvm-hs-pure
"Thierry Bourrillon <thierry.bourrillon@fpinsight.com> @tbourrillon":

View File

@ -165,11 +165,11 @@ ACCEPT_EULA=Y apt-get install msodbcsql17 -y
locale-gen en_US.UTF-8
# llvm-7.0 for llvm-hs (separate since it needs wget)
# llvm-8.0 for llvm-hs (separate since it needs wget)
wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \
&& add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-7 main" \
&& apt-get update \
&& apt-get install -y llvm-7
&& apt-get install -y llvm-8
# Buggy versions of ld.bfd fail to link some Haskell packages:
# https://sourceware.org/bugzilla/show_bug.cgi?id=17689. Gold is