drop old scripts.

This commit is contained in:
Kei Hibino 2016-06-18 22:36:49 +09:00
parent d24ef47182
commit bd00c269be
3 changed files with 0 additions and 24 deletions

View File

@ -1,11 +0,0 @@
#!/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

View File

@ -1,7 +0,0 @@
#!/bin/sh
set -x
cabal install cabal-test-compat
cd relational-query
cabal install --only-dependencies

View File

@ -1,6 +0,0 @@
#!/bin/sh
set -x
cd relational-query
./cabal-test.sh