mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Add llvm-hs and llvm-hs-pure
This commit is contained in:
parent
e06ad69a41
commit
409586349b
@ -2643,6 +2643,8 @@ packages:
|
||||
|
||||
"Moritz Kiefer <moritz.kiefer@purelyfunctional.org> @cocreature":
|
||||
- lrucaching
|
||||
- llvm-hs
|
||||
- llvm-hs-pure
|
||||
|
||||
"Thierry Bourrillon <thierry.bourrillon@fpinsight.com> @tbourrillon":
|
||||
- hocilib
|
||||
|
||||
@ -22,6 +22,9 @@ add-apt-repository ppa:hvr/ghc -y
|
||||
add-apt-repository -y ppa:marutter/rrutter
|
||||
# not sure what this was needed for
|
||||
#add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse
|
||||
wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
|
||||
echo "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" >> /etc/apt/sources.list
|
||||
echo "deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" >> /etc/apt/sources.list
|
||||
|
||||
# Set the GHC version
|
||||
GHCVER=8.0.2
|
||||
@ -112,6 +115,7 @@ apt-get install -y \
|
||||
libzmq3-dev \
|
||||
llvm-3.7 \
|
||||
locales \
|
||||
llvm-4.0-dev \
|
||||
m4 \
|
||||
nettle-dev \
|
||||
nodejs \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user