mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-17 17:58:31 +01:00
commit
dca7bd273f
@ -3053,7 +3053,7 @@ packages:
|
|||||||
|
|
||||||
"Moritz Kiefer <moritz.kiefer@purelyfunctional.org> @cocreature":
|
"Moritz Kiefer <moritz.kiefer@purelyfunctional.org> @cocreature":
|
||||||
- lrucaching
|
- lrucaching
|
||||||
- llvm-hs < 0 # https://github.com/commercialhaskell/stackage/issues/4238
|
- llvm-hs
|
||||||
- llvm-hs-pure
|
- llvm-hs-pure
|
||||||
|
|
||||||
"Thierry Bourrillon <thierry.bourrillon@fpinsight.com> @tbourrillon":
|
"Thierry Bourrillon <thierry.bourrillon@fpinsight.com> @tbourrillon":
|
||||||
|
|||||||
@ -165,11 +165,11 @@ ACCEPT_EULA=Y apt-get install msodbcsql17 -y
|
|||||||
|
|
||||||
locale-gen en_US.UTF-8
|
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 - \
|
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" \
|
&& add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-7 main" \
|
||||||
&& apt-get update \
|
&& 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:
|
# Buggy versions of ld.bfd fail to link some Haskell packages:
|
||||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=17689. Gold is
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=17689. Gold is
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user