← Packages / conduit / Capabilities

IO.Console

in conduit v0.1.2

v0.1.2 declares IO.Console. v0.1.1 did not. Declaring is the event recorded here — whether the capability was newly exercised is a separate claim the registry cannot make.

Where it is declared

lib/conduit/forge/cmd_conduit.march:13Declared nothing in the previous version
10-- forge conduit.gen.migrations --dest db/migrate
11
12mod Forge.CmdConduit do
13 needs IO.Console
14
15-- ---- Constants ----
16