Bug 648099 (ghc-http-enumerator)

Summary: Review Request: ghc-http-enumerator - Haskell http-enumerator
Product: [Fedora] Fedora Reporter: Ben Boeckel <fedora>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: fedora-package-review, haskell-devel, notting
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard: NotReady
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-21 02:07:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 630223, 630274, 648093, 648097, 648098, 740283, 746942, 751917    
Bug Blocks:    

Description Ben Boeckel 2010-10-30 22:03:40 UTC
Spec URL: http://benboeckel.net/packaging/ghc-http-enumerator/ghc-http-enumerator.spec
SRPM URL: http://benboeckel.net/packaging/ghc-http-enumerator/ghc-http-enumerator-0.2.0.2-1.fc14.src.rpm
Description:
This package uses attoparsec for parsing the actual contents
of the HTTP connection. The only gotcha is the
withHttpEnumerator function, otherwise should do exactly what
you expect.

% lintmock fedora-14-x86_64-bb
ghc-http-enumerator.src: W: spelling-error Summary(en_US) Haskell -> Gaskell, Gaitskell, Skellum
ghc-http-enumerator.src: W: spelling-error %description -l en_US attoparsec -> megaparsec, ectoparasite, attorneyship
ghc-http-enumerator.src: W: spelling-error %description -l en_US withHttpEnumerator -> enumerator, numerator, enumeration
ghc-http-enumerator.src: W: strange-permission ghc-http-enumerator.spec 0640L
ghc-http-enumerator.src: W: strange-permission http-enumerator-0.2.0.2.tar.gz 0640L
ghc-http-enumerator.x86_64: W: spelling-error Summary(en_US) Haskell -> Gaskell, Gaitskell, Skellum
ghc-http-enumerator.x86_64: W: spelling-error %description -l en_US attoparsec -> megaparsec, ectoparasite, attorneyship
ghc-http-enumerator.x86_64: W: spelling-error %description -l en_US withHttpEnumerator -> enumerator, numerator, enumeration
ghc-http-enumerator-devel.x86_64: W: spelling-error %description -l en_US attoparsec -> megaparsec, ectoparasite, attorneyship
ghc-http-enumerator-devel.x86_64: W: spelling-error %description -l en_US withHttpEnumerator -> enumerator, numerator, enumeration
ghc-http-enumerator-prof.x86_64: E: devel-dependency ghc-http-enumerator-devel
ghc-http-enumerator-prof.x86_64: W: spelling-error %description -l en_US attoparsec -> megaparsec, ectoparasite, attorneyship
ghc-http-enumerator-prof.x86_64: W: spelling-error %description -l en_US withHttpEnumerator -> enumerator, numerator, enumeration
ghc-http-enumerator-prof.x86_64: W: no-documentation
ghc-http-enumerator-prof.x86_64: W: devel-file-in-non-devel-package /usr/lib64/ghc-6.12.3/http-enumerator-0.2.0.2/libHShttp-enumerator-0.2.0.2_p.a
4 packages and 0 specfiles checked; 1 errors, 14 warnings.

Comment 1 Jens Petersen 2011-06-22 01:28:33 UTC
http-enumerator >= 0.4.0 doesn't depend any more on HSOpenSSL
(seems to use tls instead).

Comment 2 Jens Petersen 2011-09-21 14:34:49 UTC
Current version is 0.7.1, authenticate needs >=0.6.5.4.

Comment 3 Jens Petersen 2012-04-16 09:51:45 UTC
authenticate >= 0.8 uses http-conduit instead.

Probably this is no longer needed: http://packdeps.haskellers.com/reverse/http-enumerator

Comment 4 Ben Boeckel 2012-07-21 02:07:22 UTC
Upstream marked this as obsolete. Closing.