Cabal revisions of streamly-bytestring-0.1.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12-name: streamly-bytestring-version: 0.1.4-synopsis: Library for streamly and bytestring interoperation.-description: Please see the README on GitHub at <https://github.com/psibi/streamly-bytestring#readme>-category: Streamly, Stream, ByteString-homepage: https://github.com/psibi/streamly-bytestring#readme-bug-reports: https://github.com/psibi/streamly-bytestring/issues-author: Sibi Prabakaran-maintainer: sibi@psibi.in-copyright: Sibi Prabakaran-license: BSD3-license-file: LICENSE-build-type: Simple-extra-source-files:- README.md- Changelog.md--source-repository head- type: git- location: https://github.com/psibi/streamly-bytestring--library- exposed-modules:- Streamly.External.ByteString- Streamly.External.ByteString.Lazy- other-modules:- Paths_streamly_bytestring- hs-source-dirs:- src- ghc-options: -Wall -O2- build-depends:- base >=4.7 && <5- , bytestring >=0.10.0 && <=0.11.1.0- , streamly >= 0.8.1 && < 0.8.2- if impl(ghc < 8.1)- build-depends:- base-compat >=0.11- if impl(ghc < 8)- build-depends:- transformers >=0.4- default-language: Haskell2010--test-suite sb-test- type: exitcode-stdio-1.0- main-is: Main.hs- other-modules:- Paths_streamly_bytestring- hs-source-dirs:- test- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N- build-depends:- base >=4.7 && <5- , bytestring- , directory- , filepath- , hspec- , hspec-discover- , quickcheck-instances- , random- , streamly- , streamly-bytestring- , temporary- if impl(ghc < 8.1)- build-depends:- base-compat >=0.11- if impl(ghc < 8)- build-depends:- transformers >=0.4- default-language: Haskell2010--benchmark sb-benchmark- type: exitcode-stdio-1.0- main-is: Main.hs- other-modules:- Paths_streamly_bytestring- hs-source-dirs:- benchmark- ghc-options: -Wall -O2- build-depends:- base >=4.7 && <5- , bytestring- , deepseq- , gauge- , random- , streamly- , streamly-bytestring- if impl(ghc < 8.1)- build-depends:- base-compat >=0.11- if impl(ghc < 8)- build-depends:- transformers >=0.4- default-language: Haskell2010+cabal-version: 1.12 +name: streamly-bytestring +version: 0.1.4 +x-revision: 1 +synopsis: Library for streamly and bytestring interoperation. +description: Please see the README on GitHub at <https://github.com/psibi/streamly-bytestring#readme> +category: Streamly, Stream, ByteString +homepage: https://github.com/psibi/streamly-bytestring#readme +bug-reports: https://github.com/psibi/streamly-bytestring/issues +author: Sibi Prabakaran +maintainer: sibi@psibi.in +copyright: Sibi Prabakaran +license: BSD3 +license-file: LICENSE +build-type: Simple +extra-source-files: + README.md + Changelog.md + +source-repository head + type: git + location: https://github.com/psibi/streamly-bytestring + +library + exposed-modules: + Streamly.External.ByteString + Streamly.External.ByteString.Lazy + other-modules: + Paths_streamly_bytestring + hs-source-dirs: + src + ghc-options: -Wall -O2 + build-depends: + base >=4.7 && <5 + , bytestring >=0.10.0 && <=0.11.1.0 + , streamly == 0.8.1.* && == 0.8.2.* + if impl(ghc < 8.1) + build-depends: + base-compat >=0.11 + if impl(ghc < 8) + build-depends: + transformers >=0.4 + default-language: Haskell2010 + +test-suite sb-test + type: exitcode-stdio-1.0 + main-is: Main.hs + other-modules: + Paths_streamly_bytestring + hs-source-dirs: + test + ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + build-depends: + base >=4.7 && <5 + , bytestring + , directory + , filepath + , hspec + , hspec-discover + , quickcheck-instances + , random + , streamly + , streamly-bytestring + , temporary + if impl(ghc < 8.1) + build-depends: + base-compat >=0.11 + if impl(ghc < 8) + build-depends: + transformers >=0.4 + default-language: Haskell2010 + +benchmark sb-benchmark + type: exitcode-stdio-1.0 + main-is: Main.hs + other-modules: + Paths_streamly_bytestring + hs-source-dirs: + benchmark + ghc-options: -Wall -O2 + build-depends: + base >=4.7 && <5 + , bytestring + , deepseq + , gauge + , random + , streamly + , streamly-bytestring + if impl(ghc < 8.1) + build-depends: + base-compat >=0.11 + if impl(ghc < 8) + build-depends: + transformers >=0.4 + default-language: Haskell2010
revision 2
cabal-version: 1.12 name: streamly-bytestring version: 0.1.4 -x-revision: 1 +x-revision: 2 synopsis: Library for streamly and bytestring interoperation. description: Please see the README on GitHub at <https://github.com/psibi/streamly-bytestring#readme> category: Streamly, Stream, ByteString build-depends: base >=4.7 && <5 , bytestring >=0.10.0 && <=0.11.1.0 - , streamly == 0.8.1.* && == 0.8.2.* + , streamly == 0.8.1.* || == 0.8.2.* if impl(ghc < 8.1) build-depends: base-compat >=0.11
revision 3
cabal-version: 1.12 name: streamly-bytestring version: 0.1.4 -x-revision: 2 +x-revision: 3 synopsis: Library for streamly and bytestring interoperation. description: Please see the README on GitHub at <https://github.com/psibi/streamly-bytestring#readme> category: Streamly, Stream, ByteString ghc-options: -Wall -O2 build-depends: base >=4.7 && <5 - , bytestring >=0.10.0 && <=0.11.1.0 + , bytestring >=0.10.0 && <=0.11.3.0 , streamly == 0.8.1.* || == 0.8.2.* if impl(ghc < 8.1) build-depends:
revision 4
cabal-version: 1.12 name: streamly-bytestring version: 0.1.4 -x-revision: 3 +x-revision: 4 synopsis: Library for streamly and bytestring interoperation. description: Please see the README on GitHub at <https://github.com/psibi/streamly-bytestring#readme> category: Streamly, Stream, ByteString ghc-options: -Wall -O2 build-depends: base >=4.7 && <5 - , bytestring >=0.10.0 && <=0.11.3.0 + , bytestring >=0.10.0 && <=0.11.3.1 , streamly == 0.8.1.* || == 0.8.2.* if impl(ghc < 8.1) build-depends:
revision 5
cabal-version: 1.12 name: streamly-bytestring version: 0.1.4 -x-revision: 4 +x-revision: 5 synopsis: Library for streamly and bytestring interoperation. description: Please see the README on GitHub at <https://github.com/psibi/streamly-bytestring#readme> category: Streamly, Stream, ByteString build-depends: base >=4.7 && <5 , bytestring >=0.10.0 && <=0.11.3.1 - , streamly == 0.8.1.* || == 0.8.2.* + , streamly == 0.8.1.* || == 0.8.2.* || == 0.8.3.* if impl(ghc < 8.1) build-depends: base-compat >=0.11