[Bug 1526768] Review Request: clickhouse - a distributed column-oriented DBMS

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1526768



--- Comment #5 from Roman Tsisyk  ---
Hi Michael,

Thanks for the fast response.

* The BuildRequires are at the top - I'd expect the name block at the top.

BuildRequires have been moved to a proper place.

Fixed.

* This bundles cctz without any comments as to why

According to Github [1], the latest released version of google/cctz is 2.1, but
ClickHouse's scripts needs src/zone_info_source.cc which was added after 2.1
release. I added a comment about that to spec file. This package is very tricky
in terms of dependencies, as you can see in the BuildRequires list.

[1] https://github.com/google/cctz/releases

* Have you tried unbundling boost? Although it looks for 1.60 the bundled
version is 1.65 so I'd guess the version isn't actually that critical - a small
patch to remove the version number would most likely be all that's required

Switched to boost-devel. Initially it didn't compile, but it seems that my
combination of CMake flags has fixed this problem.
Fixed.

* The CMake file seems to support ARM builds - any reason to make this
exclusivearch other than the docs claiming it is?

Upstream claims that "Only x86_64 with SSE 4.2 is supported. Support for
AArch64 is experimental." [2]. I tried to compile aarch64 on my test host and
realized that some code under #ifdef..#else..#endif is completely broken. I
fixed this problem and send a pull request to upstream [2], hope they will
merge it soon. Using this fix I was able to reach 99% completeness in CMake.
Unfortunately, linking of C++ code requires a lot of memory and fails with OOM
on my coin-size aarch64 mini-PC. 

[2] https://clickhouse.yandex/docs/en/development/build.html
[3] https://github.com/yandex/ClickHouse/pull/1674

Plan:

- Wait until pull request is accepted or include this fix as a patch
- Re-try on an aarch64 host with more RAM
- Enable or disable aarch64 in ExclusiveArch depending on result

I don't think that aarch64 supports blocks review. I'll make the best efforts
to fix aarch64 both in upstream and this package. 

* Groups aren't needed or particularly wanted [1]

I removed `Group:` tag.
Fixed.

Full changelog:

- Re-order BuildRequires
- Add `sed` to BuildRequires
- Add a comment about google/cctz
- Remove `Group`
- Use `boost-devel` instead of bundled boost
- Enable experimental aarch64 support


Spec URL:
https://gist.githubusercontent.com/rtsisyk/1a45e69293f3e2c91126fe04a8374af8/raw/f43fc9f556998507bfbbdfbee50410f1b6c8c39b/clickhouse.spec
SRPM URL:
https://gist.github.com/rtsisyk/1a45e69293f3e2c91126fe04a8374af8/raw/f43fc9f556998507bfbbdfbee50410f1b6c8c39b/clickhouse-1.1.54326-1.fc26.src.rpm

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1526170] Review Request: : perl-Cpanel-JSON-XS - CPanel fork of JSON: :XS, fast and correct serializing

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1526170



--- Comment #4 from Emmanuel Seyman  ---
(In reply to Jitka Plesnikova from comment #3)
>
> FIX: The dependencies should be added to list of Requires or Recommends for
> package perl-Cpanel-JSON-XS-bin, not to build-requires. 

Doh!

Spec URL:
http://people.parinux.org/~seyman/fedora/perl-Cpanel-JSON-XS/perl-Cpanel-JSON-XS.spec
SRPM URL:
http://people.parinux.org/~seyman/fedora/perl-Cpanel-JSON-XS/perl-Cpanel-JSON-XS-3.0239-3.fc27.src.rpm

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1348932] Review Request: bash-git-prompt - An informative and fancy bash prompt for Git users

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1348932



--- Comment #7 from Koustubh Sinkar  ---
Yes, I am interested in going ahead with this package. And I am also interested
in adding some other packages as well.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1527289] Review Request: nototools - Noto fonts support tools and scripts plus web site generation

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1527289

Jeremy Bicha  changed:

   What|Removed |Added

 CC||jbi...@ubuntu.com



--- Comment #5 from Jeremy Bicha  ---
Hi, I helped package nototools for Debian. I thought I'd leave some comments,
although some of them are just confirming what you already figured out.

nototools explicitly does not support Python 3 yet.

In Debian I excluded all of third_party/ except for ucd/ (I see that's the same
as is being done in the current .spec). The problem is that Google has made it
clear that it will patch the Unicode data and so it's not really the same as
the generic Unicode data that may already be in the distro.

The only real build dependency besides python I added was fonttools which was
only used for build tests.

nototools wants to install several scripts to /usr/bin/ . So far, the only one
I bother installing is add_vs_cmap (renamed from add_vs_cmap.py to comply with
Debian recommendations. Note that renaming means you will need to patch the
Noto Emoji build system and any other fonts that copy the build system for
there.)

If you do install the other scripts, be aware that some of them have
dependencies on other font related Python packages which might not be packaged
in your distro yet.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514274] Review Request: twitter-twemoji-fonts - Twitter Emoji for everyone

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514274



--- Comment #18 from Peter Oliver  ---
This builds fine with the unbundled nototools.

SRPM:
https://copr-be.cloud.fedoraproject.org/results/mavit/twitter-twemoji-fonts/fedora-rawhide-x86_64/00689222-twitter-twemoji-fonts/twitter-twemoji-fonts-2.3.1-6.fc28.src.rpm

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1527682] Review Request: python-requests-gssapi - A Python requests module for GSSAPI/SPNEGO

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1527682

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com



--- Comment #2 from Neal Gompa  ---
A few spec comments:

> BuildRequires: git

Use "BuildRequires: git-core" to shorten the dep chain for buildroot (cuts out
a lot of weird Perl things you're not even using ;) )

> %{?python_provide:%python_provide python2-%{sname}}

This needs to be part of the subpackage preamble, not the description. Also,
you need a version for the python 3 flavor, too.

This package also needs adjustments to build in EPEL 7 Python 3, as that's
going to be necessary for Koji.

See for an example:
https://src.fedoraproject.org/rpms/python-pika/blob/master/f/python-pika.spec

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1527682] Review Request: python-requests-gssapi - A Python requests module for GSSAPI/SPNEGO

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1527682

Robert-André Mauchin  changed:

   What|Removed |Added

 CC||zebo...@gmail.com



--- Comment #1 from Robert-André Mauchin  ---
 - You need to add the BR for nosetests to run:

BuildRequires:  python2-nose
BuildRequires:  python3-nose


Package Review
==

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed



= MUST items =

Generic:
[x]: Package is licensed with an open-source compatible license and meets
 other legal requirements as defined in the legal section of Packaging
 Guidelines.
[x]: License field in the package spec file matches the actual license.
 Note: Checking patched sources after %prep for licenses. Licenses
 found: "ISC", "Unknown or generated". 17 files have unknown license.
 Detailed output of licensecheck in /home/bob/packaging/review/python-
 requests-gssapi/review-python-requests-gssapi/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
 names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
 Provides are present.
[!]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Package is not known to require an ExcludeArch tag.
[-]: Large documentation must go in a -doc subpackage. Large could be size
 (~1MB) or number of files.
 Note: Documentation size is 40960 bytes in 6 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
 one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
 Note: There are rpmlint messages (see attachment).
[x]: If (and only if) the source package includes the text of the
 license(s) in its own file, then that file, containing the text of the
 license(s) for the package is included in %license.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
 beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
 work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
 provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
 %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

Python:
[x]: Python eggs must not download any dependencies during the build
 process.
[x]: A package which is used by another package via an egg interface should
 provide egg info.
[x]: Package meets the Packaging Guidelines::Python
[x]: Package contains BR: python2-devel or python3-devel
[x]: Binary eggs must be removed in %prep

= SHOULD items =

Generic:
[-]: If the source package does not include license text(s) as a separate
 file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[-]: Fully versioned dependency in subpackages if applicable.
 Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in python2
 -requests-gssapi , python3-requests-gssapi
[?]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[-]: Description and summary sections in the package spec file contains
 translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
 

[Bug 1526675] Review Request: bench - Command-line benchmark tool

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1526675

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1526208] Review Request: ghc-criterion - Robust, reliable performance measurement and analysis

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1526208



--- Comment #11 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1526675] Review Request: bench - Command-line benchmark tool

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1526675



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1526208] Review Request: ghc-criterion - Robust, reliable performance measurement and analysis

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1526208

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1520188] Review Request: ghc-turtle - Shell programming, Haskell-style

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1520188

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1520204] Review Request: ghc-statistics - A library of statistical types, data, and functions

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1520204



--- Comment #11 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1518001] Review Request: ghc-foldl - Composable, streaming, and efficient left folds

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518001

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1520204] Review Request: ghc-statistics - A library of statistical types, data, and functions

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1520204

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1520188] Review Request: ghc-turtle - Shell programming, Haskell-style

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1520188



--- Comment #11 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1515540] Review Request: ghc-vector-builder - Vector builder

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1515540



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1518001] Review Request: ghc-foldl - Composable, streaming, and efficient left folds

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518001



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1515540] Review Request: ghc-vector-builder - Vector builder

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1515540

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1518002] Review Request: ghc-monad-par - A library for parallel programming based on a monad

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518002

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1518002] Review Request: ghc-monad-par - A library for parallel programming based on a monad

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518002



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514681] Review Request: ghc-vector-th-unbox - Deriver for Data.Vector.Unboxed using Template Haskell

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514681

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1515539] Review Request: ghc-monad-par-extras - Combinators and extra features for Par monads

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1515539



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1515539] Review Request: ghc-monad-par-extras - Combinators and extra features for Par monads

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1515539

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1515524] Review Request: ghc-math-functions - Special functions and Chebyshev polynomials

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1515524



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1515524] Review Request: ghc-math-functions - Special functions and Chebyshev polynomials

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1515524

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1515525] Review Request: ghc-cassava - A CSV parsing and encoding library

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1515525



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1515525] Review Request: ghc-cassava - A CSV parsing and encoding library

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1515525

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514679] Review Request: ghc-microstache - Mustache templates for Haskell

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514679

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514674] Review Request: ghc-managed - A monad for managed values

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514674

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514681] Review Request: ghc-vector-th-unbox - Deriver for Data.Vector.Unboxed using Template Haskell

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514681



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514725] Review Request: ghc-text-short - Memory-efficient representation of Unicode text strings

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514725



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514675] Review Request: ghc-optional-args - Optional function arguments

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514675

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514675] Review Request: ghc-optional-args - Optional function arguments

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514675



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514725] Review Request: ghc-text-short - Memory-efficient representation of Unicode text strings

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514725

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514679] Review Request: ghc-microstache - Mustache templates for Haskell

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514679



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514674] Review Request: ghc-managed - A monad for managed values

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514674



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514673] Review Request: ghc-hostname - Cross-platform means of determining the hostname

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514673



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514673] Review Request: ghc-hostname - Cross-platform means of determining the hostname

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514673

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514676] Review Request: ghc-erf - The error function, erf, and related functions

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514676

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514720] Review Request: ghc-abstract-deque - Abstract, parameterized interface to mutable Deques

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514720



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514720] Review Request: ghc-abstract-deque - Abstract, parameterized interface to mutable Deques

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514720

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514676] Review Request: ghc-erf - The error function, erf, and related functions

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514676



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514684] Review Request: ghc-base-prelude - The most complete prelude formed solely from the "base " package

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514684



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514678] Review Request: ghc-code-page - Windows code page library for Haskell

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514678

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514684] Review Request: ghc-base-prelude - The most complete prelude formed solely from the "base " package

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514684

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514680] Review Request: ghc-Glob - Globbing library

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514680

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514678] Review Request: ghc-code-page - Windows code page library for Haskell

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514678



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514721] Review Request: ghc-abstract-par - Type classes generalizing the functionality of ' monad-par'

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514721

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514721] Review Request: ghc-abstract-par - Type classes generalizing the functionality of ' monad-par'

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514721



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514682] Review Request: ghc-Only - The 1-tuple type or single-value "collection"

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514682



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514680] Review Request: ghc-Glob - Globbing library

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514680



--- Comment #9 from Fedora Update System  ---
bench-1.0.7-2.fc26 ghc-Glob-0.9.1-1.fc26 ghc-Only-0.1-1.fc26
ghc-abstract-deque-0.3-1.fc26 ghc-abstract-par-0.3.3-1.fc26
ghc-base-prelude-1.2.0.1-1.fc26 ghc-cassava-0.5.1.0-1.fc26
ghc-code-page-0.1.3-1.fc26 ghc-criterion-1.2.6.0-2.fc26 ghc-erf-2.0.0.0-1.fc26
ghc-foldl-1.3.4-1.fc26 ghc-hostname-1.0-1.fc26 ghc-managed-1.0.5-1.fc26
ghc-math-functions-0.2.1.0-1.fc26 ghc-microstache-1.0.1.1-1.fc26
ghc-monad-par-0.3.4.8-1.fc26 ghc-monad-par-extras-0.3.3-1.fc26
ghc-optional-args-1.0.1-1.fc26 ghc-statistics-0.14.0.2-2.fc26
ghc-text-short-0.1.1-1.fc26 ghc-turtle-1.5.0-1.fc26
ghc-vector-builder-0.3.4.1-1.fc26 ghc-vector-th-unbox-0.2.1.6-1.fc26 has been
submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514682] Review Request: ghc-Only - The 1-tuple type or single-value "collection"

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514682

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1526208] Review Request: ghc-criterion - Robust, reliable performance measurement and analysis

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1526208

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #10 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1526675] Review Request: bench - Command-line benchmark tool

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1526675

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1515540] Review Request: ghc-vector-builder - Vector builder

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1515540

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1518001] Review Request: ghc-foldl - Composable, streaming, and efficient left folds

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518001

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1520188] Review Request: ghc-turtle - Shell programming, Haskell-style

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1520188

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #10 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1520204] Review Request: ghc-statistics - A library of statistical types, data, and functions

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1520204

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #10 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1518002] Review Request: ghc-monad-par - A library for parallel programming based on a monad

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518002

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514725] Review Request: ghc-text-short - Memory-efficient representation of Unicode text strings

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514725

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1515539] Review Request: ghc-monad-par-extras - Combinators and extra features for Par monads

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1515539

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514681] Review Request: ghc-vector-th-unbox - Deriver for Data.Vector.Unboxed using Template Haskell

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514681

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1515524] Review Request: ghc-math-functions - Special functions and Chebyshev polynomials

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1515524

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1515525] Review Request: ghc-cassava - A CSV parsing and encoding library

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1515525

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514679] Review Request: ghc-microstache - Mustache templates for Haskell

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514679

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514675] Review Request: ghc-optional-args - Optional function arguments

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514675

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514682] Review Request: ghc-Only - The 1-tuple type or single-value "collection"

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514682

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514720] Review Request: ghc-abstract-deque - Abstract, parameterized interface to mutable Deques

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514720

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #7 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514673] Review Request: ghc-hostname - Cross-platform means of determining the hostname

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514673

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514678] Review Request: ghc-code-page - Windows code page library for Haskell

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514678

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514676] Review Request: ghc-erf - The error function, erf, and related functions

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514676

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1520571] Review Request: perl-Data-Integer - Details of the native integer data type

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1520571



--- Comment #12 from Fedora Update System  ---
perl-Data-Integer-0.006-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-539a8b58e2

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514674] Review Request: ghc-managed - A monad for managed values

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514674

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514721] Review Request: ghc-abstract-par - Type classes generalizing the functionality of ' monad-par'

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514721

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514680] Review Request: ghc-Glob - Globbing library

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514680

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514684] Review Request: ghc-base-prelude - The most complete prelude formed solely from the "base " package

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514684

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
bench-1.0.7-1.fc26, ghc-Glob-0.9.1-1.fc26, ghc-Only-0.1-1.fc26,
ghc-abstract-deque-0.3-1.fc26, ghc-abstract-par-0.3.3-1.fc26,
ghc-base-prelude-1.2.0.1-1.fc26, ghc-cassava-0.5.1.0-1.fc26,
ghc-code-page-0.1.3-1.fc26, ghc-criterion-1.2.6.0-2.fc26,
ghc-erf-2.0.0.0-1.fc26, ghc-foldl-1.3.4-1.fc26, ghc-hostname-1.0-1.fc26,
ghc-managed-1.0.5-1.fc26, ghc-math-functions-0.2.1.0-1.fc26,
ghc-microstache-1.0.1.1-1.fc26, ghc-monad-par-0.3.4.8-1.fc26,
ghc-monad-par-extras-0.3.3-1.fc26, ghc-optional-args-1.0.1-1.fc26,
ghc-statistics-0.14.0.2-2.fc26, ghc-text-short-0.1.1-1.fc26,
ghc-turtle-1.4.5-1.fc26, ghc-vector-builder-0.3.4.1-1.fc26,
ghc-vector-th-unbox-0.2.1.6-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ddfb9c3cc5

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1520572] Review Request: perl-Authen-DecHpwd - DEC VMS password hashing

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1520572



--- Comment #7 from Robert-André Mauchin  ---
Thanks! I'll remove perl(Exporter) before import.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514674] Review Request: ghc-managed - A monad for managed values

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514674



--- Comment #7 from Fedora Update System  ---
bench-1.0.7-2.fc27 ghc-Glob-0.9.1-1.fc27 ghc-Only-0.1-1.fc27
ghc-abstract-deque-0.3-1.fc27 ghc-abstract-par-0.3.3-1.fc27
ghc-base-prelude-1.2.0.1-1.fc27 ghc-cassava-0.5.1.0-1.fc27
ghc-code-page-0.1.3-1.fc27 ghc-criterion-1.2.6.0-2.fc27 ghc-erf-2.0.0.0-1.fc27
ghc-foldl-1.3.4-1.fc27 ghc-hostname-1.0-1.fc27 ghc-managed-1.0.5-1.fc27
ghc-math-functions-0.2.1.0-1.fc27 ghc-microstache-1.0.1.1-1.fc27
ghc-monad-par-0.3.4.8-1.fc27 ghc-monad-par-extras-0.3.3-1.fc27
ghc-optional-args-1.0.1-1.fc27 ghc-statistics-0.14.0.2-2.fc27
ghc-text-short-0.1.1-1.fc27 ghc-turtle-1.5.0-1.fc27
ghc-vector-builder-0.3.4.1-1.fc27 ghc-vector-th-unbox-0.2.1.6-1.fc27 has been
submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-637e0413b0

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514720] Review Request: ghc-abstract-deque - Abstract, parameterized interface to mutable Deques

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514720

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514682] Review Request: ghc-Only - The 1-tuple type or single-value "collection"

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514682

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514674] Review Request: ghc-managed - A monad for managed values

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514674

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514673] Review Request: ghc-hostname - Cross-platform means of determining the hostname

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514673

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514721] Review Request: ghc-abstract-par - Type classes generalizing the functionality of ' monad-par'

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514721

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514721] Review Request: ghc-abstract-par - Type classes generalizing the functionality of ' monad-par'

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514721



--- Comment #7 from Fedora Update System  ---
bench-1.0.7-2.fc27 ghc-Glob-0.9.1-1.fc27 ghc-Only-0.1-1.fc27
ghc-abstract-deque-0.3-1.fc27 ghc-abstract-par-0.3.3-1.fc27
ghc-base-prelude-1.2.0.1-1.fc27 ghc-cassava-0.5.1.0-1.fc27
ghc-code-page-0.1.3-1.fc27 ghc-criterion-1.2.6.0-2.fc27 ghc-erf-2.0.0.0-1.fc27
ghc-foldl-1.3.4-1.fc27 ghc-hostname-1.0-1.fc27 ghc-managed-1.0.5-1.fc27
ghc-math-functions-0.2.1.0-1.fc27 ghc-microstache-1.0.1.1-1.fc27
ghc-monad-par-0.3.4.8-1.fc27 ghc-monad-par-extras-0.3.3-1.fc27
ghc-optional-args-1.0.1-1.fc27 ghc-statistics-0.14.0.2-2.fc27
ghc-text-short-0.1.1-1.fc27 ghc-turtle-1.5.0-1.fc27
ghc-vector-builder-0.3.4.1-1.fc27 ghc-vector-th-unbox-0.2.1.6-1.fc27 has been
submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-637e0413b0

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514678] Review Request: ghc-code-page - Windows code page library for Haskell

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514678



--- Comment #7 from Fedora Update System  ---
bench-1.0.7-2.fc27 ghc-Glob-0.9.1-1.fc27 ghc-Only-0.1-1.fc27
ghc-abstract-deque-0.3-1.fc27 ghc-abstract-par-0.3.3-1.fc27
ghc-base-prelude-1.2.0.1-1.fc27 ghc-cassava-0.5.1.0-1.fc27
ghc-code-page-0.1.3-1.fc27 ghc-criterion-1.2.6.0-2.fc27 ghc-erf-2.0.0.0-1.fc27
ghc-foldl-1.3.4-1.fc27 ghc-hostname-1.0-1.fc27 ghc-managed-1.0.5-1.fc27
ghc-math-functions-0.2.1.0-1.fc27 ghc-microstache-1.0.1.1-1.fc27
ghc-monad-par-0.3.4.8-1.fc27 ghc-monad-par-extras-0.3.3-1.fc27
ghc-optional-args-1.0.1-1.fc27 ghc-statistics-0.14.0.2-2.fc27
ghc-text-short-0.1.1-1.fc27 ghc-turtle-1.5.0-1.fc27
ghc-vector-builder-0.3.4.1-1.fc27 ghc-vector-th-unbox-0.2.1.6-1.fc27 has been
submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-637e0413b0

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514676] Review Request: ghc-erf - The error function, erf, and related functions

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514676



--- Comment #7 from Fedora Update System  ---
bench-1.0.7-2.fc27 ghc-Glob-0.9.1-1.fc27 ghc-Only-0.1-1.fc27
ghc-abstract-deque-0.3-1.fc27 ghc-abstract-par-0.3.3-1.fc27
ghc-base-prelude-1.2.0.1-1.fc27 ghc-cassava-0.5.1.0-1.fc27
ghc-code-page-0.1.3-1.fc27 ghc-criterion-1.2.6.0-2.fc27 ghc-erf-2.0.0.0-1.fc27
ghc-foldl-1.3.4-1.fc27 ghc-hostname-1.0-1.fc27 ghc-managed-1.0.5-1.fc27
ghc-math-functions-0.2.1.0-1.fc27 ghc-microstache-1.0.1.1-1.fc27
ghc-monad-par-0.3.4.8-1.fc27 ghc-monad-par-extras-0.3.3-1.fc27
ghc-optional-args-1.0.1-1.fc27 ghc-statistics-0.14.0.2-2.fc27
ghc-text-short-0.1.1-1.fc27 ghc-turtle-1.5.0-1.fc27
ghc-vector-builder-0.3.4.1-1.fc27 ghc-vector-th-unbox-0.2.1.6-1.fc27 has been
submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-637e0413b0

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514680] Review Request: ghc-Glob - Globbing library

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514680

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514678] Review Request: ghc-code-page - Windows code page library for Haskell

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514678

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514679] Review Request: ghc-microstache - Mustache templates for Haskell

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514679



--- Comment #7 from Fedora Update System  ---
bench-1.0.7-2.fc27 ghc-Glob-0.9.1-1.fc27 ghc-Only-0.1-1.fc27
ghc-abstract-deque-0.3-1.fc27 ghc-abstract-par-0.3.3-1.fc27
ghc-base-prelude-1.2.0.1-1.fc27 ghc-cassava-0.5.1.0-1.fc27
ghc-code-page-0.1.3-1.fc27 ghc-criterion-1.2.6.0-2.fc27 ghc-erf-2.0.0.0-1.fc27
ghc-foldl-1.3.4-1.fc27 ghc-hostname-1.0-1.fc27 ghc-managed-1.0.5-1.fc27
ghc-math-functions-0.2.1.0-1.fc27 ghc-microstache-1.0.1.1-1.fc27
ghc-monad-par-0.3.4.8-1.fc27 ghc-monad-par-extras-0.3.3-1.fc27
ghc-optional-args-1.0.1-1.fc27 ghc-statistics-0.14.0.2-2.fc27
ghc-text-short-0.1.1-1.fc27 ghc-turtle-1.5.0-1.fc27
ghc-vector-builder-0.3.4.1-1.fc27 ghc-vector-th-unbox-0.2.1.6-1.fc27 has been
submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-637e0413b0

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514684] Review Request: ghc-base-prelude - The most complete prelude formed solely from the "base " package

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514684

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514680] Review Request: ghc-Glob - Globbing library

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514680



--- Comment #7 from Fedora Update System  ---
bench-1.0.7-2.fc27 ghc-Glob-0.9.1-1.fc27 ghc-Only-0.1-1.fc27
ghc-abstract-deque-0.3-1.fc27 ghc-abstract-par-0.3.3-1.fc27
ghc-base-prelude-1.2.0.1-1.fc27 ghc-cassava-0.5.1.0-1.fc27
ghc-code-page-0.1.3-1.fc27 ghc-criterion-1.2.6.0-2.fc27 ghc-erf-2.0.0.0-1.fc27
ghc-foldl-1.3.4-1.fc27 ghc-hostname-1.0-1.fc27 ghc-managed-1.0.5-1.fc27
ghc-math-functions-0.2.1.0-1.fc27 ghc-microstache-1.0.1.1-1.fc27
ghc-monad-par-0.3.4.8-1.fc27 ghc-monad-par-extras-0.3.3-1.fc27
ghc-optional-args-1.0.1-1.fc27 ghc-statistics-0.14.0.2-2.fc27
ghc-text-short-0.1.1-1.fc27 ghc-turtle-1.5.0-1.fc27
ghc-vector-builder-0.3.4.1-1.fc27 ghc-vector-th-unbox-0.2.1.6-1.fc27 has been
submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-637e0413b0

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514682] Review Request: ghc-Only - The 1-tuple type or single-value "collection"

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514682



--- Comment #7 from Fedora Update System  ---
bench-1.0.7-2.fc27 ghc-Glob-0.9.1-1.fc27 ghc-Only-0.1-1.fc27
ghc-abstract-deque-0.3-1.fc27 ghc-abstract-par-0.3.3-1.fc27
ghc-base-prelude-1.2.0.1-1.fc27 ghc-cassava-0.5.1.0-1.fc27
ghc-code-page-0.1.3-1.fc27 ghc-criterion-1.2.6.0-2.fc27 ghc-erf-2.0.0.0-1.fc27
ghc-foldl-1.3.4-1.fc27 ghc-hostname-1.0-1.fc27 ghc-managed-1.0.5-1.fc27
ghc-math-functions-0.2.1.0-1.fc27 ghc-microstache-1.0.1.1-1.fc27
ghc-monad-par-0.3.4.8-1.fc27 ghc-monad-par-extras-0.3.3-1.fc27
ghc-optional-args-1.0.1-1.fc27 ghc-statistics-0.14.0.2-2.fc27
ghc-text-short-0.1.1-1.fc27 ghc-turtle-1.5.0-1.fc27
ghc-vector-builder-0.3.4.1-1.fc27 ghc-vector-th-unbox-0.2.1.6-1.fc27 has been
submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-637e0413b0

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514684] Review Request: ghc-base-prelude - The most complete prelude formed solely from the "base " package

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514684



--- Comment #7 from Fedora Update System  ---
bench-1.0.7-2.fc27 ghc-Glob-0.9.1-1.fc27 ghc-Only-0.1-1.fc27
ghc-abstract-deque-0.3-1.fc27 ghc-abstract-par-0.3.3-1.fc27
ghc-base-prelude-1.2.0.1-1.fc27 ghc-cassava-0.5.1.0-1.fc27
ghc-code-page-0.1.3-1.fc27 ghc-criterion-1.2.6.0-2.fc27 ghc-erf-2.0.0.0-1.fc27
ghc-foldl-1.3.4-1.fc27 ghc-hostname-1.0-1.fc27 ghc-managed-1.0.5-1.fc27
ghc-math-functions-0.2.1.0-1.fc27 ghc-microstache-1.0.1.1-1.fc27
ghc-monad-par-0.3.4.8-1.fc27 ghc-monad-par-extras-0.3.3-1.fc27
ghc-optional-args-1.0.1-1.fc27 ghc-statistics-0.14.0.2-2.fc27
ghc-text-short-0.1.1-1.fc27 ghc-turtle-1.5.0-1.fc27
ghc-vector-builder-0.3.4.1-1.fc27 ghc-vector-th-unbox-0.2.1.6-1.fc27 has been
submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-637e0413b0

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514676] Review Request: ghc-erf - The error function, erf, and related functions

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514676

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514720] Review Request: ghc-abstract-deque - Abstract, parameterized interface to mutable Deques

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514720



--- Comment #6 from Fedora Update System  ---
bench-1.0.7-2.fc27 ghc-Glob-0.9.1-1.fc27 ghc-Only-0.1-1.fc27
ghc-abstract-deque-0.3-1.fc27 ghc-abstract-par-0.3.3-1.fc27
ghc-base-prelude-1.2.0.1-1.fc27 ghc-cassava-0.5.1.0-1.fc27
ghc-code-page-0.1.3-1.fc27 ghc-criterion-1.2.6.0-2.fc27 ghc-erf-2.0.0.0-1.fc27
ghc-foldl-1.3.4-1.fc27 ghc-hostname-1.0-1.fc27 ghc-managed-1.0.5-1.fc27
ghc-math-functions-0.2.1.0-1.fc27 ghc-microstache-1.0.1.1-1.fc27
ghc-monad-par-0.3.4.8-1.fc27 ghc-monad-par-extras-0.3.3-1.fc27
ghc-optional-args-1.0.1-1.fc27 ghc-statistics-0.14.0.2-2.fc27
ghc-text-short-0.1.1-1.fc27 ghc-turtle-1.5.0-1.fc27
ghc-vector-builder-0.3.4.1-1.fc27 ghc-vector-th-unbox-0.2.1.6-1.fc27 has been
submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-637e0413b0

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514673] Review Request: ghc-hostname - Cross-platform means of determining the hostname

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514673



--- Comment #7 from Fedora Update System  ---
bench-1.0.7-2.fc27 ghc-Glob-0.9.1-1.fc27 ghc-Only-0.1-1.fc27
ghc-abstract-deque-0.3-1.fc27 ghc-abstract-par-0.3.3-1.fc27
ghc-base-prelude-1.2.0.1-1.fc27 ghc-cassava-0.5.1.0-1.fc27
ghc-code-page-0.1.3-1.fc27 ghc-criterion-1.2.6.0-2.fc27 ghc-erf-2.0.0.0-1.fc27
ghc-foldl-1.3.4-1.fc27 ghc-hostname-1.0-1.fc27 ghc-managed-1.0.5-1.fc27
ghc-math-functions-0.2.1.0-1.fc27 ghc-microstache-1.0.1.1-1.fc27
ghc-monad-par-0.3.4.8-1.fc27 ghc-monad-par-extras-0.3.3-1.fc27
ghc-optional-args-1.0.1-1.fc27 ghc-statistics-0.14.0.2-2.fc27
ghc-text-short-0.1.1-1.fc27 ghc-turtle-1.5.0-1.fc27
ghc-vector-builder-0.3.4.1-1.fc27 ghc-vector-th-unbox-0.2.1.6-1.fc27 has been
submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-637e0413b0

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514675] Review Request: ghc-optional-args - Optional function arguments

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514675



--- Comment #7 from Fedora Update System  ---
bench-1.0.7-2.fc27 ghc-Glob-0.9.1-1.fc27 ghc-Only-0.1-1.fc27
ghc-abstract-deque-0.3-1.fc27 ghc-abstract-par-0.3.3-1.fc27
ghc-base-prelude-1.2.0.1-1.fc27 ghc-cassava-0.5.1.0-1.fc27
ghc-code-page-0.1.3-1.fc27 ghc-criterion-1.2.6.0-2.fc27 ghc-erf-2.0.0.0-1.fc27
ghc-foldl-1.3.4-1.fc27 ghc-hostname-1.0-1.fc27 ghc-managed-1.0.5-1.fc27
ghc-math-functions-0.2.1.0-1.fc27 ghc-microstache-1.0.1.1-1.fc27
ghc-monad-par-0.3.4.8-1.fc27 ghc-monad-par-extras-0.3.3-1.fc27
ghc-optional-args-1.0.1-1.fc27 ghc-statistics-0.14.0.2-2.fc27
ghc-text-short-0.1.1-1.fc27 ghc-turtle-1.5.0-1.fc27
ghc-vector-builder-0.3.4.1-1.fc27 ghc-vector-th-unbox-0.2.1.6-1.fc27 has been
submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-637e0413b0

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514679] Review Request: ghc-microstache - Mustache templates for Haskell

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514679

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1514681] Review Request: ghc-vector-th-unbox - Deriver for Data.Vector.Unboxed using Template Haskell

2017-12-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514681



--- Comment #7 from Fedora Update System  ---
bench-1.0.7-2.fc27 ghc-Glob-0.9.1-1.fc27 ghc-Only-0.1-1.fc27
ghc-abstract-deque-0.3-1.fc27 ghc-abstract-par-0.3.3-1.fc27
ghc-base-prelude-1.2.0.1-1.fc27 ghc-cassava-0.5.1.0-1.fc27
ghc-code-page-0.1.3-1.fc27 ghc-criterion-1.2.6.0-2.fc27 ghc-erf-2.0.0.0-1.fc27
ghc-foldl-1.3.4-1.fc27 ghc-hostname-1.0-1.fc27 ghc-managed-1.0.5-1.fc27
ghc-math-functions-0.2.1.0-1.fc27 ghc-microstache-1.0.1.1-1.fc27
ghc-monad-par-0.3.4.8-1.fc27 ghc-monad-par-extras-0.3.3-1.fc27
ghc-optional-args-1.0.1-1.fc27 ghc-statistics-0.14.0.2-2.fc27
ghc-text-short-0.1.1-1.fc27 ghc-turtle-1.5.0-1.fc27
ghc-vector-builder-0.3.4.1-1.fc27 ghc-vector-th-unbox-0.2.1.6-1.fc27 has been
submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-637e0413b0

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


  1   2   3   >