mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-12 14:27:30 +01:00
Try out inline-r again (#842)
This commit is contained in:
parent
108667a3af
commit
11b79bbece
@ -1019,10 +1019,8 @@ packages:
|
|||||||
|
|
||||||
"Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> @Fuuzetsu":
|
"Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> @Fuuzetsu":
|
||||||
- aeson-schema
|
- aeson-schema
|
||||||
|
- inline-r
|
||||||
# https://github.com/fpco/stackage/issues/842
|
- H
|
||||||
# - inline-r
|
|
||||||
# - H
|
|
||||||
|
|
||||||
"David Fox <dsf@seereason.com> @ddssff":
|
"David Fox <dsf@seereason.com> @ddssff":
|
||||||
- debian
|
- debian
|
||||||
|
|||||||
@ -11,6 +11,7 @@
|
|||||||
# http://www.stackage.org/install
|
# http://www.stackage.org/install
|
||||||
|
|
||||||
add-apt-repository -y ppa:zoogie/sdl2-snapshots
|
add-apt-repository -y ppa:zoogie/sdl2-snapshots
|
||||||
|
add-apt-repository -y ppa:marutter/rrutter
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
@ -65,6 +66,8 @@ apt-get install -y \
|
|||||||
nodejs \
|
nodejs \
|
||||||
npm \
|
npm \
|
||||||
libadns1-dev \
|
libadns1-dev \
|
||||||
|
r-base \
|
||||||
|
r-base-dev \
|
||||||
libpcap0.8-dev
|
libpcap0.8-dev
|
||||||
|
|
||||||
mkdir /tmp/nettle-build
|
mkdir /tmp/nettle-build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user