Skip to content

Commit 1c6e0c7

Browse files
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

File tree

1 file changed

+1
-1
lines changed
  • copilot-theorem/src/Copilot/Theorem/Misc

1 file changed

+1
-1
lines changed

copilot-theorem/src/Copilot/Theorem/Misc/Utils.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{-# LANGUAGE Safe #-}
1+
{-# LANGUAGE Trustworthy #-}
22

33
-- | Utility / auxiliary functions.
44
module Copilot.Theorem.Misc.Utils

0 commit comments

Comments
 (0)