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/
2021
2122install :
2223 - 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,14 +5,15 @@ 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-${VERSION} $HOME /.agda/
10- cd $HOME /.agda/
11- wget https://github.com/agda/agda-stdlib/archive/v0.17.tar.gz
12- tar -xvzf v0.17.tar.gz
13- cd -
148fi
159
10+ mkdir -p $HOME /.agda
11+ cp libraries-${VERSION} $HOME /.agda/
12+ cd $HOME /.agda/
13+ wget https://github.com/agda/agda-stdlib/archive/v0.17.tar.gz
14+ tar -xvzf v0.17.tar.gz
15+ cd -
16+
1617# mkdir -p $HOME/.agda
1718# cp libraries-"$AGDA_VERSION" $HOME/.agda/
1819# cd $HOME/.agda/
You can’t perform that action at this time.
0 commit comments