Skip to content

Commit

Permalink
Remove redundant library
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinWonho committed Sep 5, 2024
1 parent 44144bd commit 177d014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spectec/src/backend-interpreter/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name backend_interpreter)
(libraries reference_interpreter util str el il middlend il2al al)
(libraries reference_interpreter util il al)
(modules
interpreter
numerics
Expand Down
2 changes: 1 addition & 1 deletion spectec/src/il2al/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name il2al)
(libraries middlend util il al)
(libraries util il al)
(modules
animate
unify
Expand Down

0 comments on commit 177d014

Please sign in to comment.