osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-bsb-http-chunked revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bsb-http-chunked?expand=0&rev=17
This commit is contained in:
parent
6e9e84ae94
commit
e8a41d2677
@ -1,80 +1,80 @@
|
||||
Name: bsb-http-chunked
|
||||
Version: 0.0.0.4
|
||||
x-revision: 3
|
||||
Synopsis: Chunked HTTP transfer encoding for bytestring builders
|
||||
|
||||
Description: This library contains functions for encoding [bytestring
|
||||
builders](http://hackage.haskell.org/package/bytestring/docs/Data-ByteString-Builder.html#t:Builder)
|
||||
for [chunked HTTP\/1.1 transfer](https://en.wikipedia.org/wiki/Chunked_transfer_encoding).
|
||||
.
|
||||
This functionality was extracted from
|
||||
the [blaze-builder](http://hackage.haskell.org/package/blaze-builder)
|
||||
package.
|
||||
|
||||
Author: Jasper Van der Jeugt, Simon Meier, Leon P Smith, Simon Jakobi
|
||||
Copyright: (c) 2010-2014 Simon Meier
|
||||
(c) 2010 Jasper Van der Jeugt
|
||||
(c) 2013-2015 Leon P Smith
|
||||
(c) 2018 Simon Jakobi
|
||||
Maintainer: Simon Jakobi <simon.jakobi@gmail.com>
|
||||
|
||||
License: BSD3
|
||||
License-file: LICENSE
|
||||
|
||||
Homepage: http://github.com/sjakobi/bsb-http-chunked
|
||||
Bug-Reports: http://github.com/sjakobi/bsb-http-chunked/issues
|
||||
Stability: Provisional
|
||||
|
||||
Category: Data, Network
|
||||
Build-type: Simple
|
||||
Cabal-version: >= 1.8
|
||||
|
||||
Extra-source-files: CHANGELOG.md
|
||||
|
||||
Source-repository head
|
||||
Type: git
|
||||
Location: https://github.com/sjakobi/bsb-http-chunked.git
|
||||
|
||||
Library
|
||||
exposed-modules: Data.ByteString.Builder.HTTP.Chunked
|
||||
build-depends: base >= 4.8 && < 5,
|
||||
bytestring >= 0.10.2 && < 0.12
|
||||
ghc-options: -Wall -O2
|
||||
if impl(ghc >= 8.0)
|
||||
ghc-options: -Wcompat
|
||||
|
||||
test-suite tests
|
||||
hs-source-dirs: tests
|
||||
main-is: Tests.hs
|
||||
build-depends: attoparsec
|
||||
, base
|
||||
, bsb-http-chunked
|
||||
, blaze-builder >= 0.2.1.4
|
||||
, bytestring
|
||||
, hedgehog
|
||||
, tasty
|
||||
, tasty-hedgehog
|
||||
, tasty-hunit
|
||||
ghc-options: -Wall -rtsopts
|
||||
type: exitcode-stdio-1.0
|
||||
|
||||
test-suite doctests
|
||||
hs-source-dirs: tests
|
||||
main-is: Doctests.hs
|
||||
build-depends: base
|
||||
, doctest >= 0.8
|
||||
ghc-options: -Wall
|
||||
type: exitcode-stdio-1.0
|
||||
|
||||
benchmark bench
|
||||
hs-source-dirs: bench
|
||||
main-is: Bench.hs
|
||||
build-depends: base
|
||||
, blaze-builder
|
||||
, bsb-http-chunked
|
||||
, bytestring
|
||||
, deepseq
|
||||
, gauge
|
||||
, semigroups
|
||||
ghc-options: -O2 -Wall -rtsopts
|
||||
type: exitcode-stdio-1.0
|
||||
Name: bsb-http-chunked
|
||||
Version: 0.0.0.4
|
||||
x-revision: 4
|
||||
Synopsis: Chunked HTTP transfer encoding for bytestring builders
|
||||
|
||||
Description: This library contains functions for encoding [bytestring
|
||||
builders](http://hackage.haskell.org/package/bytestring/docs/Data-ByteString-Builder.html#t:Builder)
|
||||
for [chunked HTTP\/1.1 transfer](https://en.wikipedia.org/wiki/Chunked_transfer_encoding).
|
||||
.
|
||||
This functionality was extracted from
|
||||
the [blaze-builder](http://hackage.haskell.org/package/blaze-builder)
|
||||
package.
|
||||
|
||||
Author: Jasper Van der Jeugt, Simon Meier, Leon P Smith, Simon Jakobi
|
||||
Copyright: (c) 2010-2014 Simon Meier
|
||||
(c) 2010 Jasper Van der Jeugt
|
||||
(c) 2013-2015 Leon P Smith
|
||||
(c) 2018 Simon Jakobi
|
||||
Maintainer: Simon Jakobi <simon.jakobi@gmail.com>
|
||||
|
||||
License: BSD3
|
||||
License-file: LICENSE
|
||||
|
||||
Homepage: http://github.com/sjakobi/bsb-http-chunked
|
||||
Bug-Reports: http://github.com/sjakobi/bsb-http-chunked/issues
|
||||
Stability: Provisional
|
||||
|
||||
Category: Data, Network
|
||||
Build-type: Simple
|
||||
Cabal-version: >= 1.8
|
||||
|
||||
Extra-source-files: CHANGELOG.md
|
||||
|
||||
Source-repository head
|
||||
Type: git
|
||||
Location: https://github.com/sjakobi/bsb-http-chunked.git
|
||||
|
||||
Library
|
||||
exposed-modules: Data.ByteString.Builder.HTTP.Chunked
|
||||
build-depends: base >= 4.8 && < 5,
|
||||
bytestring >= 0.10.2 && < 0.13
|
||||
ghc-options: -Wall -O2
|
||||
if impl(ghc >= 8.0)
|
||||
ghc-options: -Wcompat
|
||||
|
||||
test-suite tests
|
||||
hs-source-dirs: tests
|
||||
main-is: Tests.hs
|
||||
build-depends: attoparsec
|
||||
, base
|
||||
, bsb-http-chunked
|
||||
, blaze-builder >= 0.2.1.4
|
||||
, bytestring
|
||||
, hedgehog
|
||||
, tasty
|
||||
, tasty-hedgehog
|
||||
, tasty-hunit
|
||||
ghc-options: -Wall -rtsopts
|
||||
type: exitcode-stdio-1.0
|
||||
|
||||
test-suite doctests
|
||||
hs-source-dirs: tests
|
||||
main-is: Doctests.hs
|
||||
build-depends: base
|
||||
, doctest >= 0.8
|
||||
ghc-options: -Wall
|
||||
type: exitcode-stdio-1.0
|
||||
|
||||
benchmark bench
|
||||
hs-source-dirs: bench
|
||||
main-is: Bench.hs
|
||||
build-depends: base
|
||||
, blaze-builder
|
||||
, bsb-http-chunked
|
||||
, bytestring
|
||||
, deepseq
|
||||
, gauge
|
||||
, semigroups
|
||||
ghc-options: -O2 -Wall -rtsopts
|
||||
type: exitcode-stdio-1.0
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 17:50:39 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update bsb-http-chunked to version 0.0.0.4 revision 4.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 17:06:04 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@ Summary: Chunked HTTP transfer encoding for bytestring builders
|
||||
License: BSD-3-Clause
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
|
Loading…
Reference in New Issue
Block a user