https://bugzilla.redhat.com/show_bug.cgi?id=2262771
Bug ID: 2262771
Summary: Review Request: ghc-versions - Types and parsers for
software version numbers
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: frank(a)systemf.dev
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://fdedden.fedorapeople.org/ghc-versions.spec
SRPM URL: https://fdedden.fedorapeople.org/ghc-versions-6.0.3-1.fc40.src.rpm
Description:
A library for parsing and comparing software version numbers. We like to give
version numbers to our software in a myriad of ways. Some ways follow strict
guidelines for incrementing and comparison. Some follow conventional wisdom and
are generally self-consistent. Some are just plain asinine. This library
provides a means of parsing and comparing /any/ style of versioning, be it a
nice Semantic Version like this:
> 1.2.3-r1+git123
...or a monstrosity like this:
> 2:10.2+0.0093r3+1-1
Please switch to <http://semver.org Semantic Versioning> if you aren't
currently using it. It provides consistency in version incrementing and has the
best constraints on comparisons.
This library implements version '2.0.0' of the SemVer spec.
Fedora Account System Username: fdedden
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2262771
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2262770
Bug ID: 2262770
Summary: Review Request: ghc-s-cargot - A flexible, extensible
s-expression library
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: frank(a)systemf.dev
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://fdedden.fedorapeople.org/ghc-s-cargot.spec
SRPM URL: https://fdedden.fedorapeople.org/ghc-s-cargot-0.1.6.0-1.fc40.src.rpm
Description:
S-Cargot is a library for working with s-expressions in a modular and
extensible way, opting for genericity and flexibility instead of speed.
Instead of understanding one particular form of s-expression, the S-Cargot
library exposes tools for parsing or emitting different kinds of s-expressions,
including features not normally included in an s-expression library like reader
macros or tight control over indentation in pretty-printing.
Fedora Account System Username: fdedden
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2262770
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2262768
Bug ID: 2262768
Summary: Review Request: ghc-deriving-compat - Backports of GHC
deriving extensions
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: frank(a)systemf.dev
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://fdedden.fedorapeople.org/ghc-deriving-compat.spec
SRPM URL:
https://fdedden.fedorapeople.org/ghc-deriving-compat-0.6.5-1.fc40.src.rpm
Description:
'deriving-compat' provides Template Haskell functions that mimic 'deriving'
extensions that were introduced or modified in recent versions of GHC.
Currently, the following typeclasses/extensions are covered:
* Deriving 'Bounded'
* Deriving 'Enum'
* Deriving 'Ix'
* Deriving 'Eq'
* Deriving 'Ord'
* Deriving 'Read'
* Deriving 'Show'
* 'DeriveFoldable'
* 'DeriveFunctor'
* 'DeriveTraversable'
* 'GeneralizedNewtypeDeriving' (with GHC 8.2 or later)
* 'DerivingVia' (with GHC 8.2 or later)
See the "Data.Deriving" module for a full list of backported changes.
In addition, 'deriving-compat' also provides some additional 'deriving'
functionality that has not yet been merged into upstream GHC. Aside from the
GHC 'deriving' extensions mentioned above, 'deriving-compat' also permits
deriving instances of classes in the 'Data.Functor.Classes' module, covering
the 'Eq1', 'Eq2', 'Ord1', 'Ord2', 'Read1', 'Read2', 'Show1', and 'Show2'
classes. This extra functionality is outside of the main scope of
'deriving-compat', as it does not backport extensions that exist in today's
GHC. Nevertheless, the underlying Template Haskell machinery needed to derive
'Eq' and friends extends very naturally to 'Eq1' and friends, so this extra
functionality is included in 'deriving-compat' as a convenience.
Note that some recent GHC typeclasses/extensions are not covered by this
package:
* 'DeriveDataTypeable'
* 'DeriveGeneric', which was introducted in GHC 7.2 for deriving 'Generic'
instances, and modified in GHC 7.6 to allow derivation of 'Generic1' instances.
Use 'Generics.Deriving.TH' from
'<http://hackage.haskell.org/package/generic-deriving generic-deriving>' to
derive 'Generic(1)' using Template Haskell.
* 'DeriveLift', which was introduced in GHC 8.0 for deriving 'Lift' instances.
Use 'Language.Haskell.TH.Lift' from
'<http://hackage.haskell.org/package/th-lift th-lift>' to derive 'Lift' using
Template Haskell.
* The 'Bifunctor' typeclass, which was introduced in GHC 7.10, as well as the
'Bifoldable' and 'Bitraversable' typeclasses, which were introduced in GHC 8.2.
Use 'Data.Bifunctor.TH' from '<http://hackage.haskell.org/package/bifunctors
bifunctors>' to derive these typeclasses using Template Haskell.
Fedora Account System Username: fdedden
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2262768
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2262758
Bug ID: 2262758
Summary: Review Request: ghc-parameterized-utils - Classes and
data structures for working with data-kind indexed
types
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: frank(a)systemf.dev
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://fdedden.fedorapeople.org/ghc-parameterized-utils.spec
SRPM URL:
https://fdedden.fedorapeople.org/ghc-parameterized-utils-2.1.8.0-1.fc40.src…
Description:
This package contains collection classes and type representations used for
working with values that have a single parameter. It's intended for things like
expression libraries where one wishes to leverage the Haskell type-checker to
improve type-safety by encoding the object language type system into data
kinds.
Fedora Account System Username: fdedden
--
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2262758
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…