@@ -39,16 +39,15 @@ description: This package includes http-client, aeson, attoparsec, zlib
3939license : BSD3
4040license-file : LICENSE
4141author : michaelt
42- maintainer : what_is_it_to_do_anything@yahoo .com
42+ maintainer : chessai1996@gmail .com
4343-- copyright:
44- category : Data
4544build-type : Simple
45+ category : Data, Pipes, Streaming
4646-- extra-source-files:
4747cabal-version : >= 1.10
4848stability : Experimental
4949homepage : https://github.com/michaelt/streaming-utils
5050bug-reports : https://github.com/michaelt/streaming-utils/issues
51- category : Data, Pipes, Streaming
5251source-repository head
5352 type : git
5453 location : https://github.com/michaelt/streaming-utils
@@ -64,22 +63,22 @@ library
6463 -- other-modules:
6564 other-extensions : CPP, Trustworthy
6665
67- build-depends : base >= 4.7 && < 5.0 ,
68- transformers >= 0.4 && < 0.5.3 ,
66+ build-depends : base >= 4.8 && < 5.0 ,
67+ transformers >= 0.4 && < 0.6 ,
6968 mtl >= 2.2 && < 2.3 ,
7069 attoparsec > 0.13.0.0 && < 0.14 ,
71- streaming >= 0.1.4.0 && < 0.3 ,
72- streaming-bytestring >= 0.1.4.0 && < 0.2 ,
73- bytestring > 0.10.0 && < 0.11.0 ,
70+ streaming >= 0.2 && < 0.3 ,
71+ streaming-bytestring >= 0.1 && < 0.2 ,
72+ bytestring > 0.10 && < 0.11 ,
7473 pipes >= 4.0 && < 4.4 ,
7574 network-simple,
7675 network,
77- http-client >= 0.2 && < 0.6 ,
76+ http-client >= 0.2 && < 0.7 ,
7877 http-client-tls,
79- aeson > 0.8 && < 1.3 ,
80- json-stream > 0.4.0 && < 0.4.2 ,
81- resourcet > 1.0 && < 1.2 ,
82- streaming-commons > 0.1.0 && < 0.2
78+ aeson > 0.8 && < 1.5 ,
79+ json-stream > 0.4 && < 0.5 ,
80+ resourcet > 1.0 && < 1.3 ,
81+ streaming-commons > 0.2 && < 0.3
8382
8483 -- hs-source-dirs:
8584 default-language : Haskell2010
0 commit comments