Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pi8027 committed Nov 28, 2023
1 parent 116ed10 commit c344d24
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/attic/
/_build/
/src/dune
*~
13 changes: 0 additions & 13 deletions src/dune

This file was deleted.

17 changes: 13 additions & 4 deletions src/dune.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
(name mathcomp.multinomials)
;coq-native-disabled; (mode native)
(package coq-mathcomp-multinomials)
(flags -w -ambiguous-paths
-w -notation-overridden
-w -redundant-canonical-projection
-w -projection-no-head-constant))
(flags
-w -ambiguous-paths
-w -notation-overridden
-w -redundant-canonical-projection
-w -projection-no-head-constant)
(theories
elpi
HB
mathcomp.ssreflect
mathcomp.fingroup
mathcomp.algebra
mathcomp.bigenough
mathcomp.finmap))

0 comments on commit c344d24

Please sign in to comment.