File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ after_success:
100
100
-
git config --global user.email "[email protected] "
101
101
-
git remote add upstream https://[email protected] /agda/agda-stdlib.git &>/dev/null
102
102
- git fetch upstream && git reset upstream/gh-pages
103
- - git checkout HEAD -- *.html v0.16/ v0.17/ v1.0/ v1.1/ v1.2/ experimental/
103
+ - git checkout HEAD -- v0.16/ v0.17/ v1.0/ v1.1/ v1.2/ experimental/
104
104
- git add -f \*.html
105
105
- git commit -m "Automatic HTML update via Travis"
106
106
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "experimental" ];
Original file line number Diff line number Diff line change @@ -313,6 +313,11 @@ import README.Text.Tree
313
313
314
314
import README.Tactic.MonoidSolver
315
315
316
+ -- Explaining how the Haskell FFI works
317
+
318
+ import README.Foreign.Haskell
319
+
320
+
316
321
------------------------------------------------------------------------
317
322
-- Core modules
318
323
------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments