Commit 1c6e0c7
committed
copilot-theorem: Mark module as trustworthy. Refs #491.
The module Copilot.Theorem.Misc.Utils, which is marked as safe, imports
System.Directory, which in a recent minor update, has been marked as not
safe. This makes the import illegal.
This commit updates the module Copilot.Theorem.Misc.Utils as
trustworthy, so that the import of System.Directory does not lead to a
compilation error.1 parent a53f532 commit 1c6e0c7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments