name: prefetch version: 0.1.0.0 synopsis: Prefetch stdin even before stdout is ready description: Useful when piping a slow command into less as it prefetches the slow command's output into memory even before less was paged down to the end license: BSD3 license-file: LICENSE author: Eyal Lotem maintainer: eyal.lotem@gmail.com copyright: Eyal Lotem (2019) category: Concurrency build-type: Simple extra-source-files: CHANGELOG.md cabal-version: >=1.10 source-repository head type: git location: https://github.com/Peaker/prefetch executable prefetch main-is: prefetch.hs build-depends: base >=3 && <5, bytestring default-language: Haskell2010