packages feed

conduit 1.0.9.1 → 1.0.9.2

raw patch · 2 files changed

+7/−13 lines, 2 filesdep −doctestdep ~base

Dependencies removed: doctest

Dependency ranges changed: base

Files

conduit.cabal view
@@ -1,5 +1,5 @@ Name:                conduit-Version:             1.0.9.1+Version:             1.0.9.2 Synopsis:            Streaming data processing library. Description:     @conduit@ is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I\/O which guarantees deterministic resource handling, and fits in the same general solution space as @enumerator@\/@iteratee@ and @pipes@. For a tutorial, please visit <https://haskell.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview>.@@ -80,12 +80,12 @@                    , void     ghc-options:     -Wall -test-suite doctests-    hs-source-dirs: test-    main-is: doctests.hs-    type: exitcode-stdio-1.0-    ghc-options: -threaded-    build-depends: base, directory, doctest >= 0.8+--test-suite doctests+--    hs-source-dirs: test+--    main-is: doctests.hs+--    type: exitcode-stdio-1.0+--    ghc-options: -threaded+--    build-depends: base, directory, doctest >= 0.8  source-repository head   type:     git
− test/doctests.hs
@@ -1,6 +0,0 @@-module Main where--import Test.DocTest--main :: IO ()-main = doctest ["Data/Conduit.hs"]