We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66356ae commit e84ef52Copy full SHA for e84ef52
.travis.yml
@@ -56,13 +56,14 @@ install:
56
mkdir $HOME/.cabsnap;
57
cp -a $HOME/.ghc $HOME/.cabsnap/ghc;
58
cp -a $HOME/.cabal/lib $HOME/.cabal/share $HOME/.cabal/bin $HOME/installplan.txt $HOME/.cabsnap/;
59
+ - cd -
60
# installing fix-agda-whitespace
61
- git clone https://github.com/agda/fix-whitespace --depth=1
62
- cd fix-whitespace
63
- cabal install fix-whitespace.cabal
64
- cd -
- - yes | rm -R fix-whitespace/
65
# generating Everything.agda
66
+ - cd agda-stdlib
67
- cabal install lib.cabal
68
- runghc GenerateEverything.hs
69
# setting up travis-specific scripts and files
0 commit comments