conduit-extra

Batteries included conduit: adapters for common libraries.

http://github.com/snoyberg/conduit

Version on this page:1.1.15
LTS Haskell 22.13:1.3.6
Stackage Nightly 2024-03-14:1.3.6
Latest on Hackage:1.3.6

See all snapshots conduit-extra appears in

MIT licensed by Michael Snoyman
Maintained by [email protected]
This version can be pinned in stack with:conduit-extra-1.1.15@sha256:327d810e8b9ce317e9c62d4fc77fa14714fdfe8de038576b262c60501e6b3063,4386

conduit-extra

For more information about conduit in general, and how this package in particular fits into the ecosystem, see the conduit homepage.

Changes

1.1.15

  • sinkTempFile and sinkSystemTempFile

1.1.14

  • sinkFileCautious

1.1.13.3

  • withCheckedProcessCleanup properly closes opened Handles #280

1.1.13.2

  • Fix alignment issues on non-X86 archs

1.1.13.1

  • Fix an incorrect comment

1.1.13

  • Add sinkStorable and sinkStorableEx

1.1.12.1

  • Fix build for GHC <= 7.8 #260
  • Fix accidentally breaking change in sourceProcessWithConsumer type signature

1.1.12

  • Add sourceProcessWithStreams #258

1.1.11

  • withCheckedProcessCleanup

1.1.10.1

  • Fix a leftovers bug in helperDecompress #254

1.1.10

  • multiple combinator for Data.Conduit.Zlib #254

1.1.9.3

  • Some typo fixes in docs

1.1.9

1.1.8

  • Adding buffer size to sourceHandleRange #213

1.1.7.3

  • Make Binary.lines O(n) instead of O(n^2) #209

1.1.7.2

  • Fix for: Decompressing a specific amount of zlib data “eats” following data #20

1.1.7

Add Data.Conduit.ByteString.Builder

1.1.6

Generalized return type in runGeneralTCPServer.

1.1.5

Added sinkParserEither (pull request #189)