conduit-extra

Batteries included conduit: adapters for common libraries.

http://github.com/snoyberg/conduit

Version on this page:1.3.0
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.3.0@sha256:a2993f5632675bd042e802392d464b39fc2fc89c7d720882b85f4f306b77a1d6,4244

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.3.0

  • Switch over to unliftio
  • Upgrade to conduit 1.3.0

1.2.3.2

  • Fix withSinkFileBuilder #344

1.2.3.1

  • Fix typo in implementation of withProcess_

1.2.3

  • Added withLoggedProcess_

1.2.2.1

  • Add missing hClose to withSinkFileCautious

1.2.2

  • sinkHandleBuilder, sinkHandleFlush, BuilderInput, and FlushInput #336
  • withSinkFileCautious

1.2.1

  • Data.Conduit.Process.Typed
  • withSourceFile, withSinkFile, and withSinkFileBuilder

1.2.0

  • Added the posOffset field to the Data.Conduit.Attoparsec.Position data type #331.

1.1.17

  • Speed up sinkHandle by not flushing after every output operation. #322

1.1.16

  • Add Data.Conduit.Foldl adapter module for the foldl package. #312

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)