hw-conduit 0.0.0.6 → 0.0.0.8
raw patch · 2 files changed
+7/−40 lines, 2 filesdep −QuickCheckdep −attoparsecdep −deepseqdep ~conduitdep ~hspecdep ~resourcetPVP ok
version bump matches the API change (PVP)
Dependencies removed: QuickCheck, attoparsec, deepseq, ghc-prim, hw-prim, lens, mono-traversable, parsec, random, safe, text, transformers, word8
Dependency ranges changed: conduit, hspec, resourcet
API changes (from Hackage documentation)
Files
- README.md +1/−1
- hw-conduit.cabal +6/−39
README.md view
@@ -1,4 +1,4 @@ # hw-conduit-[](https://circleci.com/gh/haskell-works/hw-conduit)+[](https://circleci.com/gh/haskell-conduit/hw-conduit/tree/v0.0-branch) Extra facilities for conduits.
hw-conduit.cabal view
@@ -1,5 +1,5 @@ name: hw-conduit-version: 0.0.0.6+version: 0.0.0.8 synopsis: Conduits for tokenizing streams. description: Please see README.md homepage: http://github.com/haskell-works/hw-conduit#readme@@ -18,16 +18,9 @@ hs-source-dirs: app main-is: Main.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2 -Wall -msse4.2- build-depends: base >= 4- , bytestring- , conduit+ build-depends: base >= 4 , criterion- , hw-bits- , hw-prim , hw-conduit- , mmap- , resourcet- , vector default-language: Haskell2010 library@@ -37,26 +30,12 @@ , HaskellWorks.Data.Conduit.Json.Blank , HaskellWorks.Data.Conduit.Json.Words , HaskellWorks.Data.Conduit.List- build-depends: base >= 4.7 && < 5+ build-depends: base >= 4.7 && < 5 , array- , attoparsec >= 0.10 , bytestring- , conduit >= 1.1 && < 1.3- , deepseq < 1.5- , ghc-prim+ , conduit , hw-bits- , hw-prim- , lens- , mmap- , mono-traversable- , parsec- , QuickCheck- , random- , resourcet >= 1.1- , safe- , text- , vector- , word8+ , resourcet default-language: Haskell2010 ghc-options: -rtsopts -with-rtsopts=-N -Wall -O2 -Wall -msse4.2@@ -68,19 +47,9 @@ other-modules: HaskellWorks.Data.Conduit.ByteStringSpec , HaskellWorks.Data.Conduit.Json.BlankSpec build-depends: base- , attoparsec >= 0.10 , bytestring- , conduit >= 1.1 && < 1.3- , hspec >= 1.3- , hw-bits- , hw-prim+ , hspec , hw-conduit- , mmap- , parsec- , QuickCheck- , resourcet >= 1.1- , transformers- , vector ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall default-language: Haskell2010 @@ -98,8 +67,6 @@ , bytestring , conduit , criterion- , hw-bits- , hw-prim , hw-conduit , mmap , resourcet