File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 directories :
1818 - $HOME/.cabal/
1919 - $HOME/.ghc/
20- - $HOME/.agda/
2120
2221install :
2322 - export PATH=$HOME/.cabal/bin:/opt/ghc/8.2.2/bin:/opt/cabal/2.0/bin:$PATH
Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ if ! type "agda" > /dev/null || [ ! `agda -V | sed "s/[^2]*//"` = "$AGDA_VERSION
55 cabal update
66 cabal install alex happy cpphs --force-reinstalls
77 cabal install Agda-" $AGDA_VERSION " --force-reinstalls
8- mkdir -p $HOME /.agda
9- cp libraries-" $AGDA_VERSION " $HOME /.agda/
10- cd $HOME /.agda/
11- git clone git@github.com:agda/agda-stdlib/ agda-stdlib-0.18
12- cd agda-stdlib-0.18
13- git checkout a0bfe7422d2aa0f0f49c9647659ce34e6e741375
14- cd -
158fi
9+
10+ mkdir -p $HOME /.agda
11+ cp libraries-" $AGDA_VERSION " $HOME /.agda/
12+ cd $HOME /.agda/
13+ git clone git@github.com:agda/agda-stdlib/ agda-stdlib-0.18
14+ cd agda-stdlib-0.18
15+ git checkout a0bfe7422d2aa0f0f49c9647659ce34e6e741375
16+ cd -
You can’t perform that action at this time.
0 commit comments