mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-14 22:32:07 +03:00
12 lines
205 B
Bash
Executable File
12 lines
205 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
##cat /proc/cpuinfo
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install cabal-install
|
|
cabal --version
|
|
cabal update
|
|
sudo apt-get install haskell-platform haskell-platform-prof haskell-platform-doc
|