You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
423 B

  1. conduit is a solution to the streaming data problem, allowing for
  2. production, transformation, and consumption of streams of data in
  3. constant memory. It is an alternative to lazy I/O which guarantees
  4. deterministic resource handling, and fits in the same general
  5. solution space as enumerator/iteratee and pipes.
  6. After uninstalling, run this command to unregister the package from
  7. the ghc package database: ghc-pkg recache