Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 630266 (ghc-JSONb)

Summary: Review Request: ghc-JSONb - JSON parser that uses byte strings
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: medium    
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: 2013-06-24 10:26:31 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: 630260, 630261, 630264    
Bug Blocks: 630267    

Description Ben Boeckel 2010-09-04 14:14:35 UTC
Spec URL: http://benboeckel.net/packaging/ghc-JSONb/ghc-JSONb.spec
SRPM URL: http://benboeckel.net/packaging/ghc-JSONb/ghc-JSONb-1.0.2-1.fc14.src.rpm
Description:
This parser consumes lazy ByteStrings to produce JSON in a
simple, efficient format backed with strict ByteStrings,
Rationals and ByteString tries.

% lintmock fedora-14-x86_64-bb
ghc-JSONb.src: W: strange-permission JSONb-1.0.2.tar.gz 0640L
ghc-JSONb.src: W: strange-permission ghc-JSONb.spec 0640L
ghc-JSONb-prof.x86_64: E: devel-dependency ghc-JSONb-devel
ghc-JSONb-prof.x86_64: W: no-documentation
ghc-JSONb-prof.x86_64: W: devel-file-in-non-devel-package /usr/lib64/ghc-6.12.3/JSONb-1.0.2/libHSJSONb-1.0.2_p.a
4 packages and 0 specfiles checked; 1 errors, 4 warnings.

Comment 1 Ben Boeckel 2012-03-03 02:38:48 UTC
Spec URL: http://benboeckel.net/packaging/ghc-JSONb/ghc-JSONb.spec
SRPM URL: http://benboeckel.net/packaging/ghc-JSONb/ghc-JSONb-1.0.8-1.fc18.src.rpm

ghc-JSONb.src: W: strange-permission JSONb-1.0.8.tar.gz 0640L
ghc-JSONb.src: W: strange-permission ghc-JSONb.spec 0640L
3 packages and 0 specfiles checked; 0 errors, 2 warnings.

Comment 2 Jens Petersen 2013-06-24 10:26:31 UTC
Closing out old Haskell Package Reviews that use deprecated macros
like %ghc_devel_package, etc, which are no longer available in F20 Rawhide.  Please update your package using cabal-rpm-0.8.x or later and re-open
or file a new Review Request.  Thanks!

Comment 3 Ben Boeckel 2013-07-10 03:08:19 UTC
Upstream indicates that aeson should be used instead.