Skip to content

Commit 2d60166

Browse files
copilot-theorem: Removed unnecessary dependency on parsec. Refs #661.
The function `copilot-theorem:Copilot.Theorem.Misc.SExpr.parseSExpr` is not used anywhere in the implementation. The module is internal and not exposed to the user, so that function does not have and cannot have any users. A prior commit has removed the function, which was the only user of the `parsec` library across `copilot-theorem`, thus rendering that dependency no longer necessary. This commit removes that dependency from the Cabal file.
1 parent 70544fb commit 2d60166

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

copilot-theorem/copilot-theorem.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ library
5454
, libBF >= 0.6.2 && < 0.7
5555
, mtl >= 2.0 && < 2.4
5656
, panic >= 0.4.0 && < 0.5
57-
, parsec >= 2.0 && < 3.2
5857
, parameterized-utils >= 2.1.1 && < 2.2
5958
, pretty >= 1.0 && < 1.2
6059
, process >= 1.6 && < 1.7

0 commit comments

Comments
 (0)