Skip to content

Commit 63f012f

Browse files
Merge branch 'master' into experimental
2 parents 04569b5 + 84c7753 commit 63f012f

File tree

179 files changed

+8129
-2062
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+8129
-2062
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*.hi
66
*.lagda.el
77
*.o
8+
*.svg
89
*.tix
910
*.vim
1011
*~

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ matrix:
4848
cd ../ &&
4949
git clone https://github.com/agda/agda &&
5050
cd agda &&
51-
git checkout tags/v2.6.1.1 &&
51+
git checkout tags/v2.6.1.3 &&
5252
cabal install --only-dependencies --dry -v > $HOME/installplan.txt ;
5353
fi
5454

0 commit comments

Comments
 (0)