mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-30 08:00:25 +01:00
Merge pull request #2407 from cocreature/llvm-hs
Add llvm-hs and llvm-hs-pure
This commit is contained in:
commit
b73d39c286
@ -2643,6 +2643,8 @@ packages:
|
|||||||
|
|
||||||
"Moritz Kiefer <moritz.kiefer@purelyfunctional.org> @cocreature":
|
"Moritz Kiefer <moritz.kiefer@purelyfunctional.org> @cocreature":
|
||||||
- lrucaching
|
- lrucaching
|
||||||
|
- llvm-hs
|
||||||
|
- llvm-hs-pure
|
||||||
|
|
||||||
"Thierry Bourrillon <thierry.bourrillon@fpinsight.com> @tbourrillon":
|
"Thierry Bourrillon <thierry.bourrillon@fpinsight.com> @tbourrillon":
|
||||||
- hocilib
|
- hocilib
|
||||||
|
|||||||
@ -22,6 +22,9 @@ add-apt-repository ppa:hvr/ghc -y
|
|||||||
add-apt-repository -y ppa:marutter/rrutter
|
add-apt-repository -y ppa:marutter/rrutter
|
||||||
# not sure what this was needed for
|
# not sure what this was needed for
|
||||||
#add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse
|
#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
|
# Set the GHC version
|
||||||
GHCVER=8.0.2
|
GHCVER=8.0.2
|
||||||
@ -112,6 +115,7 @@ apt-get install -y \
|
|||||||
libzmq3-dev \
|
libzmq3-dev \
|
||||||
llvm-3.7 \
|
llvm-3.7 \
|
||||||
locales \
|
locales \
|
||||||
|
llvm-4.0-dev \
|
||||||
m4 \
|
m4 \
|
||||||
nettle-dev \
|
nettle-dev \
|
||||||
nodejs \
|
nodejs \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user