mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Add repa-devil support (closes #105)
This commit is contained in:
parent
a59bda1afc
commit
d2e62400a9
@ -102,6 +102,7 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
, "shakespeare-text process-conduit stm-conduit"
|
, "shakespeare-text process-conduit stm-conduit"
|
||||||
, "classy-prelude-yesod yesod-fay"
|
, "classy-prelude-yesod yesod-fay"
|
||||||
, "random-shuffle safe-failure"
|
, "random-shuffle safe-failure"
|
||||||
|
, "repa-devil"
|
||||||
]
|
]
|
||||||
|
|
||||||
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
|
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
# wget -O - https://raw.github.com/fpco/stackage/master/debian-bootstrap.sh | bash -ex
|
# wget -O - https://raw.github.com/fpco/stackage/master/debian-bootstrap.sh | bash -ex
|
||||||
|
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y build-essential libncurses-dev git libgmp3c2 libgmp3-dev zlib1g-dev libedit2 libedit-dev freeglut3-dev libglu1-mesa-dev libglib2.0-dev libcairo2-dev libpango1.0-dev libgtk2.0-dev zip
|
sudo apt-get install -y build-essential libncurses-dev git libgmp3c2 libgmp3-dev zlib1g-dev libedit2 libedit-dev freeglut3-dev libglu1-mesa-dev libglib2.0-dev libcairo2-dev libpango1.0-dev libgtk2.0-dev zip libdevil-dev
|
||||||
wget http://www.haskell.org/ghc/dist/7.4.2/ghc-7.4.2-x86_64-unknown-linux.tar.bz2
|
wget http://www.haskell.org/ghc/dist/7.4.2/ghc-7.4.2-x86_64-unknown-linux.tar.bz2
|
||||||
tar jxfv ghc-7.4.2-x86_64-unknown-linux.tar.bz2
|
tar jxfv ghc-7.4.2-x86_64-unknown-linux.tar.bz2
|
||||||
cd ghc-7.4.2
|
cd ghc-7.4.2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user