Skip to content

Commit

Permalink
Resolve #158.
Browse files Browse the repository at this point in the history
  • Loading branch information
lastland committed Dec 21, 2020
1 parent 9eb4b52 commit a713aec
Show file tree
Hide file tree
Showing 30 changed files with 57 additions and 859 deletions.
1 change: 1 addition & 0 deletions .github/workflows/hs-to-coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ jobs:
make -j2 -C base
(cd examples/containers/lib; coq_makefile -f _CoqProject -o Makefile)
make -j2 -C examples/containers/lib
(cd examples/containers/extraction/extracted-src; coq_makefile -f _CoqProject -o Makefile)
make -j2 -C examples/containers/extraction/extracted-src/
perl -i examples/containers/extraction/extracted-src/fixcode.pl examples/containers/extraction/extracted-src/*.hs
- name: Testing containers extraction
Expand Down
2 changes: 1 addition & 1 deletion examples/containers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ vfiles: $(OUT)/edits $(HS_SPEC)/README.md $(OUT)/README.md $(OUT)/_CoqProject $
$(OUT)/_CoqProject : Makefile $(OUT)/README.md
> $@
echo '-Q . ""' >> $@
echo '-R ../../../base ""' >> $@
echo '-Q ../../../base ""' >> $@
echo $(addsuffix .v,$(HANDMOD)) >> $@
echo $(addsuffix .v,$(MODULES)) >> $@
echo $(addsuffix .v,$(SPECIAL_MODULES)) >> $@
Expand Down
Loading

0 comments on commit a713aec

Please sign in to comment.