Skip to content
  • Iustin Pop's avatar
    Split the exernal data loader out of CLI.hs · e8f89bb6
    Iustin Pop authored
    Currently the external data loader is in CLI.hs, which makes all
    programs that need cli functionality (options, etc.) link against the
    network modules (most importantly curl). This patch splits this
    functionality into a new module such that (for example) hail which only
    deals with file I/O doesn't link against these libraries.
    e8f89bb6