Commit 2d60166
committed
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
0 commit comments