packages feed

hw-conduit 0.0.0.11 → 0.1.0.0

raw patch · 2 files changed

+10/−10 lines, 2 filesdep ~basedep ~hw-bitsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, hw-bits

API changes (from Hackage documentation)

Files

README.md view
@@ -1,4 +1,4 @@ # hw-conduit-[![v0.0-branch](https://circleci.com/gh/haskell-conduit/hw-conduit/tree/v0.0-branch.svg?style=svg)](https://circleci.com/gh/haskell-conduit/hw-conduit/tree/v0.0-branch)+[![0.0-branch](https://circleci.com/gh/haskell-conduit/hw-conduit/tree/0.0-branch.svg?style=svg)](https://circleci.com/gh/haskell-conduit/hw-conduit/tree/0.0-branch)  Extra facilities for conduits.
hw-conduit.cabal view
@@ -1,9 +1,9 @@ name:                   hw-conduit-version:                0.0.0.11+version:                0.1.0.0 synopsis:               Conduits for tokenizing streams. description:            Please see README.md homepage:               http://github.com/haskell-works/hw-conduit#readme-license:                BSD3+license:                MIT license-file:           LICENSE author:                 John Ky maintainer:             newhoggy@gmail.com@@ -11,13 +11,13 @@ category:               Data, Conduit build-type:             Simple extra-source-files:     README.md-cabal-version:          >= 1.10+cabal-version:          >= 1.22  executable hw-conduit-example   hs-source-dirs:       app   main-is:              Main.hs   ghc-options:          -threaded -rtsopts -with-rtsopts=-N -O2 -Wall -msse4.2-  build-depends:        base              >= 4+  build-depends:        base                          >= 4          && < 5                       , criterion                       , hw-conduit   default-language:     Haskell2010@@ -26,23 +26,23 @@   hs-source-dirs:       src   exposed-modules:      HaskellWorks.Data.Conduit.ByteString                       , HaskellWorks.Data.Conduit.List-  build-depends:        base              >= 4.7  && < 5+  build-depends:        base                          >= 4          && < 5                       , array                       , bytestring                       , conduit-                      , hw-bits+                      , hw-bits                       >= 0.4.0.0                       , resourcet                       , word8    default-language:     Haskell2010-  ghc-options:          -rtsopts -with-rtsopts=-N -Wall -O2 -Wall -msse4.2+  ghc-options:          -Wall -O2 -msse4.2  test-suite hw-conduit-test   type:                 exitcode-stdio-1.0   hs-source-dirs:       test   main-is:              Spec.hs   other-modules:        HaskellWorks.Data.Conduit.ByteStringSpec-  build-depends:        base+  build-depends:        base                          >= 4          && < 5                       , bytestring                       , hspec                       , hw-conduit@@ -59,7 +59,7 @@     Main-Is: Main.hs     GHC-Options: -O2 -Wall -msse4.2     Default-Language: Haskell2010-    Build-Depends:      base            >= 4       && < 5+    Build-Depends:      base                          >= 4          && < 5                       , bytestring                       , conduit                       , criterion