mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-29 14:45:51 +03:00
drop old scripts.
This commit is contained in:
parent
d24ef47182
commit
bd00c269be
@ -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
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
|
||||
cabal install cabal-test-compat
|
||||
cd relational-query
|
||||
cabal install --only-dependencies
|
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
|
||||
cd relational-query
|
||||
./cabal-test.sh
|
Loading…
Reference in New Issue
Block a user