Add llvm-hs and llvm-hs-pure

This commit is contained in:
Moritz Kiefer 2017-03-28 18:39:09 +02:00
parent e06ad69a41
commit 409586349b
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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 \