Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-data-default - A class for types with a default value
https://bugzilla.redhat.com/show_bug.cgi?id=737228
Summary: Review Request: ghc-data-default - A class for types
with a default value
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-haskell-list(a)redhat.com,
package-review(a)lists.fedoraproject.org
Blocks: 648247
Classification: Fedora
Story Points: ---
Type: ---
Spec file :
http://narasim.fedorapeople.org/package_reviews/ghc-data-default.spec
SRPM file :
http://narasim.fedorapeople.org/package_reviews/ghc-data-default-0.3.0-1.fc…
New dependency on ghc-dlist.
rpmlint output:
rpmlint -i ghc-data-default-0.3.0-1.fc14.i686.rpm
ghc-data-default-0.3.0-1.fc14.src.rpm
ghc-data-default-devel-0.3.0-1.fc14.i686.rpm
3 packages and 0 specfiles checked; 0 errors, 0 warnings.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=873385
Bug ID: 873385
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: 17
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: Random module fails on Doubles because of odd minBound
behaviour
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: imc(a)cs.ox.ac.uk
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: hugs98
Product: Fedora
I'm not sure how live this project is any more, but here goes...
$ rpm -q hugs98
hugs98-2006.09-11.fc17.x86_64
$ hugs
Type :? for help
Hugs> :load Random
Random> randomR (1::Double,10) (mkStdGen 3)
(
Program error: arithmetic overflow
The equivalent answer in ghci is:
(1.928919588914141,2109513658 1655838864)
This seems to happen because:
Random> minBound::Int
-2147483648
Random> toInteger (minBound::Int)
-18446744071562067968
Random> toInteger (maxBound::Int)
2147483647
The implementation of Random on Doubles uses the construction
"toInteger (minBound::Int)" to get an integer random number, but
the implementation of Random on integers falls over on values
greater than 2^32-1.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=837388
Bug ID: 837388
QA Contact: extras-qa(a)fedoraproject.org
Severity: medium
Version: 17
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: Bluetile doesn't work properly with Java GUI apps
Regression: ---
Story Points: ---
Classification: Fedora
OS: Linux
Reporter: t.hlavnicka(a)centrum.cz
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: bluetile
Product: Fedora
Description of problem:
Bluetile doesn't work properly with Java GUI applications. Some Java GUI
elements are not gaining focus after mouse clicks (like text areas) and its not
possible to work with those elements.
Version-Release number of selected component (if applicable):
bluetile-0.6-5.fc17
java-1.7.0-openjdk-1.7.0.3-2.2.1.fc17.8
How reproducible:
Using any Java Swing application (like Netbeans) with text areas.
Actual results:
User can't write anything into text area.
Expected results:
Being able to write into focused text area.
Additional info:
This is tested only on x86 plaform. I am using Bluetile with Xfce desktop.
Bluetile is working properly in Fedora 15 and openjdk 1.6.0 (tested on x86 and
x86_64)
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=827975
Bug ID: 827975
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: ghc-hledger-lib-0.18 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-hledger-lib
Product: Fedora
Latest upstream release: 0.18
Current version in Fedora Rawhide: 0.17
URL: http://hackage.haskell.org/packages/archive/hledger-lib/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: FTBS: build failure on PPC64, `IO' is applied to too many type arguments'
https://bugzilla.redhat.com/show_bug.cgi?id=803812
Summary: FTBS: build failure on PPC64, `IO' is applied to too
many type arguments'
Product: Fedora
Version: 17
Platform: powerpc
OS/Version: Linux
Status: NEW
Severity: high
Priority: high
Component: ghc-gio
AssignedTo: petersen(a)redhat.com
ReportedBy: karsten(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Description of problem:
[14 of 24] Compiling System.GIO.File.FileInfo (
dist/build/System/GIO/File/FileInfo.hs, dist/build/System/GIO/File/FileInfo.o )
System/GIO/File/FileInfo.chs:269:5:
`IO' is applied to too many type arguments
In the type signature for `fileInfoGetAttributeBool':
fileInfoGetAttributeBool :: FileInfoClass info =>
info -> String -> IO Bool bool
System/GIO/File/FileInfo.chs:278:5:
`IO' is applied to too many type arguments
In the type signature for `fileInfoGetAttributeWord32':
fileInfoGetAttributeWord32 :: FileInfoClass info =>
info -> String -> IO Word32 bool
System/GIO/File/FileInfo.chs:287:5:
`IO' is applied to too many type arguments
In the type signature for `fileInfoGetAttributeInt32':
fileInfoGetAttributeInt32 :: FileInfoClass info =>
info -> String -> IO Int32 bool
System/GIO/File/FileInfo.chs:296:5:
`IO' is applied to too many type arguments
In the type signature for `fileInfoGetAttributeWord64':
fileInfoGetAttributeWord64 :: FileInfoClass info =>
info -> String -> IO Word64 bool
System/GIO/File/FileInfo.chs:305:5:
`IO' is applied to too many type arguments
In the type signature for `fileInfoGetAttributeInt64':
fileInfoGetAttributeInt64 :: FileInfoClass info =>
info -> String -> IO Int64 bool
error: Bad exit status from /var/tmp/rpm-tmp.sEL96Y (%build)
Version-Release number of selected component (if applicable):
ghc-gio-0.12.2-1.fc17
How reproducible:
always
Steps to Reproduce:
1.ppc-koji build --scratch f17 ghc-gio-0.12.2-1.fc17.src.rpm
2.
3.
Actual results:
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=439435
Expected results:
Additional info:
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: cab-0.1.10 is available
https://bugzilla.redhat.com/show_bug.cgi?id=788515
Summary: cab-0.1.10 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: cab
AssignedTo: petersen(a)redhat.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Latest upstream release: 0.1.10
Current version in Fedora Rawhide: 0.1.9
URL: http://hackage.haskell.org/packages/archive/cab/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=839234
Bug ID: 839234
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: hledger-0.18.2 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: hledger
Product: Fedora
Latest upstream release: 0.18.2
Current version in Fedora Rawhide: 0.17
URL: http://hackage.haskell.org/packages/archive/hledger/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=834876
Bug ID: 834876
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-resourcet-0.3.3 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-resourcet
Product: Fedora
Latest upstream release: 0.3.3
Current version in Fedora Rawhide: 0.3.2.2
URL: http://hackage.haskell.org/packages/archive/resourcet/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=832656
Bug ID: 832656
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-wai-extra-1.2.0.5 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-wai-extra
Product: Fedora
Latest upstream release: 1.2.0.5
Current version in Fedora Rawhide: 1.2.0.4
URL: http://hackage.haskell.org/packages/archive/wai-extra/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: derive - A program and library to derive instances for data types
Alias: ghc-derive
https://bugzilla.redhat.com/show_bug.cgi?id=712270
Summary: Review Request: derive - A program and library to
derive instances for data types
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: unspecified
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Spec file : http://narasim.fedorapeople.org/package_reviews/derive.spec
SRPM file :
http://narasim.fedorapeople.org/package_reviews/derive-2.5.2-1.fc14.src.rpm
Koji build : http://koji.fedoraproject.org/koji/taskinfo?taskID=3122647
rpmlint output:
derive.i686: W: spelling-error Summary(en_US) Haskell -> Gaskell, Gaitskell,
Skellum
The value of this tag appears to be misspelled. Please double-check.
derive.i686: W: name-repeated-in-summary C derive
The name of the package is repeated in its summary. This is often redundant
information and looks silly in various programs' output. Make the summary
brief and to the point without including redundant information in it.
derive.i686: W: no-manual-page-for-binary derive
Each executable in standard binary directories should have a man page.
derive.src: W: spelling-error Summary(en_US) Haskell -> Gaskell, Gaitskell,
Skellum
The value of this tag appears to be misspelled. Please double-check.
derive.src: W: name-repeated-in-summary C derive
The name of the package is repeated in its summary. This is often redundant
information and looks silly in various programs' output. Make the summary
brief and to the point without including redundant information in it.
ghc-derive-prof.i686: E: devel-dependency ghc-derive-devel
Your package has a dependency on a devel package but it's not a devel package
itself.
ghc-derive-prof.i686: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.
ghc-derive-prof.i686: W: devel-file-in-non-devel-package
/usr/lib/ghc-7.0.2/derive-2.5.2/libHSderive-2.5.2_p.a
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.
5 packages and 1 specfiles checked; 1 errors, 7 warnings.
Required for yi
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-ghc-mtl - A mtl compatible with GHC-API monads and monad-transformers
https://bugzilla.redhat.com/show_bug.cgi?id=712280
Summary: Review Request: ghc-ghc-mtl - A mtl compatible with
GHC-API monads and monad-transformers
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Depends on: 710045
Classification: Fedora
Story Points: ---
Spec file : http://narasim.fedorapeople.org/package_reviews/ghc-ghc-mtl.spec
SRPM link :
http://narasim.fedorapeople.org/package_reviews/ghc-ghc-mtl-1.0.1.0-1.fc14.…
rpmlint output:
ghc-ghc-mtl-prof.i686: E: devel-dependency ghc-ghc-mtl-devel
Your package has a dependency on a devel package but it's not a devel package
itself.
ghc-ghc-mtl-prof.i686: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.
ghc-ghc-mtl-prof.i686: W: devel-file-in-non-devel-package
/usr/lib/ghc-6.12.3/ghc-mtl-1.0.1.0/libHSghc-mtl-1.0.1.0_p.a
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.
4 packages and 1 specfiles checked; 1 errors, 2 warnings.
Required for yi.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-cautious-file - Provides ways to write a file cautiously
Alias: ghc-cautious-file
https://bugzilla.redhat.com/show_bug.cgi?id=664221
Summary: Review Request: ghc-cautious-file - Provides ways to
write a file cautiously
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Blocks: 634048
Classification: Fedora
SPEC file link :
https://sites.google.com/site/lakshminaras2002/home/ghc-cautious-file.spec?…
SRPM link :
https://sites.google.com/site/lakshminaras2002/home/ghc-cautious-file-0.1.5…
rpmlint output:
rpmlint -i *.rpm ../ghc-cautious-file.spec
ghc-cautious-file.src: W: spelling-error %description -l en_US posix -> posit,
pos ix, pos-ix
The value of this tag appears to be misspelled. Please double-check.
ghc-cautious-file.x86_64: W: spelling-error %description -l en_US posix ->
posit, pos ix, pos-ix
The value of this tag appears to be misspelled. Please double-check.
ghc-cautious-file-devel.x86_64: W: spelling-error %description -l en_US posix
-> posit, pos ix, pos-ix
The value of this tag appears to be misspelled. Please double-check.
ghc-cautious-file-prof.x86_64: E: devel-dependency ghc-cautious-file-devel
Your package has a dependency on a devel package but it's not a devel package
itself.
ghc-cautious-file-prof.x86_64: W: spelling-error %description -l en_US posix ->
posit, pos ix, pos-ix
The value of this tag appears to be misspelled. Please double-check.
ghc-cautious-file-prof.x86_64: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.
ghc-cautious-file-prof.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/ghc-7.0.1/cautious-file-0.1.5/libHScautious-file-0.1.5_p.a
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.
4 packages and 1 specfiles checked; 1 errors, 6 warnings.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-xdg-basedir - Haskell library implementing XDG base directory spec
Alias: ghc-xdg-basedir
https://bugzilla.redhat.com/show_bug.cgi?id=703503
Summary: Review Request: ghc-xdg-basedir - Haskell library
implementing XDG base directory spec
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: unspecified
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Spec file:
http://narasim.fedorapeople.org/package_reviews/ghc-xdg-basedir.spec
SRPM link:
http://narasim.fedorapeople.org/package_reviews/ghc-xdg-basedir-0.2-1.fc14.…
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-Diff - A O(ND) diff algorithm in Haskell
Alias: ghc-Diff
https://bugzilla.redhat.com/show_bug.cgi?id=664151
Summary: Review Request: ghc-Diff - A O(ND) diff algorithm in
Haskell
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Classification: Fedora
SPEC file URL:
https://sites.google.com/site/lakshminaras2002/home/ghc-Diff.spec?attredire…
SRPM file URL:
https://sites.google.com/site/lakshminaras2002/home/ghc-Diff-0.1.2-1.fc14.s…
rpmlint output:
rpmlint -i ghc-Diff.spec ghc-Diff*fc15*.rpm
ghc-Diff-prof.i686: E: devel-dependency ghc-Diff-devel
Your package has a dependency on a devel package but it's not a devel package
itself.
ghc-Diff-prof.i686: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.
ghc-Diff-prof.i686: W: devel-file-in-non-devel-package
/usr/lib/ghc-7.0.1/Diff-0.1.2/libHSDiff-0.1.2_p.a
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.
4 packages and 1 specfiles checked; 1 errors, 2 warnings.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-hint - Library that provides interpreter monad
Alias: ghc-hint
https://bugzilla.redhat.com/show_bug.cgi?id=712284
Summary: Review Request: ghc-hint - Library that provides
interpreter monad
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Depends on: 712280
Classification: Fedora
Story Points: ---
Spec file : http://narasim.fedorapeople.org/package_reviews/ghc-hint.spec
SRPM file :
http://narasim.fedorapeople.org/package_reviews/ghc-hint-0.3.3.2-1.fc14.src…
rpmlint output:
ghc-hint-prof.i686: E: devel-dependency ghc-hint-devel
Your package has a dependency on a devel package but it's not a devel package
itself.
ghc-hint-prof.i686: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.
ghc-hint-prof.i686: W: devel-file-in-non-devel-package
/usr/lib/ghc-6.12.3/hint-0.3.3.2/libHShint-0.3.3.2_p.a
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.
4 packages and 1 specfiles checked; 1 errors, 2 warnings.
Required for yi.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-dlist - Haskell package that provides difference lists
Alias: ghc-dlist
https://bugzilla.redhat.com/show_bug.cgi?id=664205
Summary: Review Request: ghc-dlist - Haskell package that
provides difference lists
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Blocks: 634048
Classification: Fedora
SRPM link :
https://sites.google.com/site/lakshminaras2002/home/ghc-dlist-0.5-1.fc14.sr…
SPEC file link :
https://sites.google.com/site/lakshminaras2002/home/ghc-dlist.spec?attredir…
rpmlint output:
rpmlint -i *.rpm ../ghc-dlist.spec
ghc-dlist-prof.x86_64: E: devel-dependency ghc-dlist-devel
Your package has a dependency on a devel package but it's not a devel package
itself.
ghc-dlist-prof.x86_64: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.
ghc-dlist-prof.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/ghc-7.0.1/dlist-0.5/libHSdlist-0.5_p.a
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.
4 packages and 1 specfiles checked; 1 errors, 2 warnings
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=880135
Bug ID: 880135
Summary: Compile GHC packages with -O2
Product: Fedora
Version: rawhide
Component: ghc-rpm-macros
Severity: unspecified
Priority: unspecified
Reporter: dag.odenhall(a)gmail.com
Problem:
If you want to compile your Haskell application with -O2, only parts of it will
be - most system packages are already built with -O1. All your own code is
going to link to those prebuilt binaries.
Does it matter?
Respectable people in the community claim -O2 really does produce better code:
http://stackoverflow.com/questions/11108746/difference-between-ghcs-o-and-o2
Cons:
The fedora packages will take longer to build.
Counter argument:
This shouldn't happen often though, and I guess is done by some build service
[koji?]. Users will just install prebuilt packages with no compilation time at
all and benefit from optimized binaries.
Footnote:
This is only about building the fedora packages with -O2. Our cabal-install
package should not be changed to default to -O2 for user compilation.
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: build darcs for EPEL-6
https://bugzilla.redhat.com/show_bug.cgi?id=639787
Summary: build darcs for EPEL-6
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: darcs
AssignedTo: jeremy(a)hinegardner.org
ReportedBy: petersen(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, jeremy(a)hinegardner.org,
fedora-haskell-list(a)redhat.com
Classification: Fedora
Target Release: ---
Description of problem:
SSIA: I think we should have darcs in EPEL-6.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request : yi - An extensible text editor written in Haskell
Alias: yi
https://bugzilla.redhat.com/show_bug.cgi?id=712659
Summary: Review Request : yi - An extensible text editor
written in Haskell
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: unspecified
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Depends on: 630221,630302,662273,664150,664151,664208,664221,70315
2,703502,704113,712270,712272,712273,712284,712404
Blocks: 634048
Classification: Fedora
Story Points: ---
SRPM file :
http://narasim.fedorapeople.org/package_reviews/yi-0.6.3.0-1.fc14.src.rpm
Spec file : http://narasim.fedorapeople.org/package_reviews/yi.spec
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=838799
Bug ID: 838799
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: git-annex-3.20120629 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: git-annex
Product: Fedora
Latest upstream release: 3.20120629
Current version in Fedora Rawhide: 3.20120615
URL: http://hackage.haskell.org/packages/archive/git-annex/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: %{ghc_version} desn't expand properly
https://bugzilla.redhat.com/show_bug.cgi?id=547867
Summary: %{ghc_version} desn't expand properly
Product: Fedora
Version: 11
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: high
Component: ghc-rpm-macros
AssignedTo: loupgaroublond(a)gmail.com
ReportedBy: jochen(a)herr-schmitt.de
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, loupgaroublond(a)gmail.com,
fedora-haskell-list(a)redhat.com
Classification: Fedora
I want to tryout ghc-6.12.1 on my system and have installed
ghc-rpm-macros-0.3.0-1 on my system.
Because I have trouble to compile my packages, I have try out the following
command:
$ rpm -q --eval '%{ghc_version}'
and got the following output:
error: Recursion depth(17) greater than max(16)
15< (empty)
14< (empty)
13< (empty)
12< (empty)
11< (empty)
10< (empty)
9< (empty)
8< (empty)
7< (empty)
6< (empty)
5< (empty)
4< (empty)
3< (empty)
2< (empty)
1< (empty)
0< (empty)
If I type
$ ghc --numeric-version
I will get
6.12.1
which I expected for
$ rpm -q --eval '%{ghc_version}'
Best Regards:
Jochen Schmitt
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-tagged - Newtype wrappers for phantom types
https://bugzilla.redhat.com/show_bug.cgi?id=746557
Summary: Review Request: ghc-tagged - Newtype wrappers for
phantom types
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Status Whiteboard: Ready
Severity: unspecified
Priority: unspecified
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-haskell-list(a)redhat.com,
package-review(a)lists.fedoraproject.org
Depends on: 648246,737228,742882
Blocks: 648248,713359
Classification: Fedora
Story Points: ---
Type: ---
Spec file:
http://narasim.fedorapeople.org/package_reviews/ghc-tagged.spec
SRPM
http://narasim.fedorapeople.org/package_reviews/ghc-tagged-0.2.3.1-1.fc14.s…
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Rebuild with ghc-crypto-api
https://bugzilla.redhat.com/show_bug.cgi?id=800001
Summary: Rebuild with ghc-crypto-api
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: ghc-cryptohash
AssignedTo: petersen(a)redhat.com
ReportedBy: mathstuf(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Description of problem:
ghc-hashable not using ghc-crypto-api causes when building yesod-static.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request : ghc-data-accessor-template - A library for accessing and manipulating fields of records
https://bugzilla.redhat.com/show_bug.cgi?id=712404
Summary: Review Request : ghc-data-accessor-template - A
library for accessing and manipulating fields of
records
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Depends on: 662272
Classification: Fedora
Story Points: ---
SPEC file :
http://narasim.fedorapeople.org/package_reviews/ghc-data-accessor-template.…
SRPM file :
http://narasim.fedorapeople.org/package_reviews/ghc-data-accessor-template-…
rpmlint output:
ghc-data-accessor-template-prof.i686: E: devel-dependency
ghc-data-accessor-template-devel
Your package has a dependency on a devel package but it's not a devel package
itself.
ghc-data-accessor-template-prof.i686: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.
ghc-data-accessor-template-prof.i686: W: devel-file-in-non-devel-package
/usr/lib/ghc-6.12.3/data-accessor-template-0.2.1.7/libHSdata-accessor-template-0.2.1.7_p.a
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.
4 packages and 1 specfiles checked; 1 errors, 2 warnings.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-pointedlist - A zipper-like comonad
Alias: ghc-pointedlist
https://bugzilla.redhat.com/show_bug.cgi?id=712273
Summary: Review Request: ghc-pointedlist - A zipper-like
comonad
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Depends on: 712270,712271
Classification: Fedora
Story Points: ---
Spec file :
http://narasim.fedorapeople.org/package_reviews/ghc-pointedlist.spec
SRPM file :
http://narasim.fedorapeople.org/package_reviews/ghc-pointedlist-0.4.0.2-1.f…
rpmlint output:
ghc-pointedlist.i686: W: spelling-error Summary(en_US) comonad -> co monad,
co-monad, commonage
The value of this tag appears to be misspelled. Please double-check.
ghc-pointedlist.i686: W: spelling-error %description -l en_US comonad -> co
monad, co-monad, commonage
The value of this tag appears to be misspelled. Please double-check.
ghc-pointedlist.src: W: spelling-error Summary(en_US) comonad -> co monad,
co-monad, commonage
The value of this tag appears to be misspelled. Please double-check.
ghc-pointedlist.src: W: spelling-error %description -l en_US comonad -> co
monad, co-monad, commonage
The value of this tag appears to be misspelled. Please double-check.
ghc-pointedlist-devel.i686: W: spelling-error Summary(en_US) comonad -> co
monad, co-monad, commonage
The value of this tag appears to be misspelled. Please double-check.
ghc-pointedlist-devel.i686: W: spelling-error %description -l en_US comonad ->
co monad, co-monad, commonage
The value of this tag appears to be misspelled. Please double-check.
ghc-pointedlist-prof.i686: E: devel-dependency ghc-pointedlist-devel
Your package has a dependency on a devel package but it's not a devel package
itself.
ghc-pointedlist-prof.i686: W: spelling-error Summary(en_US) comonad -> co
monad, co-monad, commonage
The value of this tag appears to be misspelled. Please double-check.
ghc-pointedlist-prof.i686: W: spelling-error %description -l en_US comonad ->
co monad, co-monad, commonage
The value of this tag appears to be misspelled. Please double-check.
ghc-pointedlist-prof.i686: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.
ghc-pointedlist-prof.i686: W: devel-file-in-non-devel-package
/usr/lib/ghc-6.12.3/pointedlist-0.4.0.2/libHSpointedlist-0.4.0.2_p.a
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.
4 packages and 1 specfiles checked; 1 errors, 10 warnings.
Required for yi.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-recaptcha - A Haskell library to use reCAPTCHA service
Alias: ghc-recaptcha
https://bugzilla.redhat.com/show_bug.cgi?id=655486
Summary: Review Request: ghc-recaptcha - A Haskell library to
use reCAPTCHA service
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Classification: Fedora
SPEC URL :
https://sites.google.com/site/lakshminaras2002/home/ghc-recaptcha.spec?attr…
SRPM URL:
https://sites.google.com/site/lakshminaras2002/home/ghc-recaptcha-0.1-1.fc1…
rpmlint output:
rpmlint -i ghc-recaptcha-0.1-1.fc14.x86_64.rpm
ghc-recaptcha-devel-0.1-1.fc14.x86_64.rpm
ghc-recaptcha-prof-0.1-1.fc14.x86_64.rpm
../../SRPMS/ghc-recaptcha-0.1-1.fc14.src.rpm ghc-recaptcha.spec
ghc-recaptcha.x86_64: W: spelling-error %description -l en_US hs -> HS, sh, gs
The value of this tag appears to be misspelled. Please double-check.
ghc-recaptcha-devel.x86_64: W: spelling-error %description -l en_US hs -> HS,
sh, gs
The value of this tag appears to be misspelled. Please double-check.
ghc-recaptcha-prof.x86_64: E: devel-dependency ghc-recaptcha-devel
Your package has a dependency on a devel package but it's not a devel package
itself.
ghc-recaptcha-prof.x86_64: W: spelling-error %description -l en_US hs -> HS,
sh, gs
The value of this tag appears to be misspelled. Please double-check.
ghc-recaptcha-prof.x86_64: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.
ghc-recaptcha-prof.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/ghc-6.12.3/recaptcha-0.1/libHSrecaptcha-0.1_p.a
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.
ghc-recaptcha.src: W: spelling-error %description -l en_US hs -> HS, sh, gs
The value of this tag appears to be misspelled. Please double-check.
4 packages and 1 specfiles checked; 1 errors, 6 warnings.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: build feldspar-language-0.4 for ghc7
https://bugzilla.redhat.com/show_bug.cgi?id=713359
Summary: build feldspar-language-0.4 for ghc7
Product: Fedora
Version: 15
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: ghc-feldspar-language
AssignedTo: shakthimaan(a)gmail.com
ReportedBy: petersen(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: fedora-haskell-list(a)redhat.com, shakthimaan(a)gmail.com
Classification: Fedora
Story Points: ---
Description of problem:
feldspar-language was blocked from f15 since 0.3 didn't build with ghc7.
0.4 is now available which builds, though it requires a couple of new
dependencies. Opening this bug to track.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-fingertree - Haskell package provides generic finger-tree structure
Alias: ghc-fingertree
https://bugzilla.redhat.com/show_bug.cgi?id=664208
Summary: Review Request: ghc-fingertree - Haskell package
provides generic finger-tree structure
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Blocks: 634048
Classification: Fedora
SRPM link:
https://sites.google.com/site/lakshminaras2002/home/ghc-fingertree-0.0.1.0-…
SPEC file link:
https://sites.google.com/site/lakshminaras2002/home/ghc-fingertree.spec?att…
rpmlint output:
rpmlint -i *.rpm ../ghc-fingertree.spec
ghc-fingertree-prof.x86_64: E: devel-dependency ghc-fingertree-devel
Your package has a dependency on a devel package but it's not a devel package
itself.
ghc-fingertree-prof.x86_64: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.
ghc-fingertree-prof.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/ghc-7.0.1/fingertree-0.0.1.0/libHSfingertree-0.0.1.0_p.a
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.
4 packages and 1 specfiles checked; 1 errors, 2 warnings.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-fclabels - A package that provides first class accessor labels
Alias: ghc-fclabels
https://bugzilla.redhat.com/show_bug.cgi?id=712271
Summary: Review Request: ghc-fclabels - A package that provides
first class accessor labels
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Spec file : http://narasim.fedorapeople.org/package_reviews/ghc-fclabels.spec
SRPM file :
http://narasim.fedorapeople.org/package_reviews/ghc-fclabels-0.11.1.1-1.fc1…
Koji build : http://koji.fedoraproject.org/koji/taskinfo?taskID=3122646
rpmlint output:
ghc-fclabels.i686: W: spelling-error Summary(en_US) accessor -> accessory,
access or, access-or
The value of this tag appears to be misspelled. Please double-check.
ghc-fclabels.i686: W: spelling-error %description -l en_US composable -> com
posable, com-posable, compo sable
The value of this tag appears to be misspelled. Please double-check.
ghc-fclabels.src: W: spelling-error Summary(en_US) accessor -> accessory,
access or, access-or
The value of this tag appears to be misspelled. Please double-check.
ghc-fclabels.src: W: spelling-error %description -l en_US composable -> com
posable, com-posable, compo sable
The value of this tag appears to be misspelled. Please double-check.
ghc-fclabels-devel.i686: W: spelling-error Summary(en_US) accessor ->
accessory, access or, access-or
The value of this tag appears to be misspelled. Please double-check.
ghc-fclabels-devel.i686: W: spelling-error %description -l en_US composable ->
com posable, com-posable, compo sable
The value of this tag appears to be misspelled. Please double-check.
ghc-fclabels-prof.i686: E: devel-dependency ghc-fclabels-devel
Your package has a dependency on a devel package but it's not a devel package
itself.
ghc-fclabels-prof.i686: W: spelling-error Summary(en_US) accessor -> accessory,
access or, access-or
The value of this tag appears to be misspelled. Please double-check.
ghc-fclabels-prof.i686: W: spelling-error %description -l en_US composable ->
com posable, com-posable, compo sable
The value of this tag appears to be misspelled. Please double-check.
ghc-fclabels-prof.i686: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.
ghc-fclabels-prof.i686: W: devel-file-in-non-devel-package
/usr/lib/ghc-7.0.2/fclabels-0.11.1.1/libHSfclabels-0.11.1.1_p.a
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.
4 packages and 1 specfiles checked; 1 errors, 10 warnings.
Required for yi.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-monads-tf - A library to provide Monad classes using type families
Alias: ghc-monads-tf
https://bugzilla.redhat.com/show_bug.cgi?id=660645
Summary: Review Request: ghc-monads-tf - A library to provide
Monad classes using type families
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Blocks: 634048
Classification: Fedora
SPEC file URL :
https://sites.google.com/site/lakshminaras2002/home/ghc-monads-tf.spec?attr…
SRPM URL :
https://sites.google.com/site/lakshminaras2002/home/ghc-monads-tf-0.1.0.0-1…
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=855596
Bug ID: 855596
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
lakshminaras2002(a)gmail.com
Assignee: lakshminaras2002(a)gmail.com
Summary: haddock-2.12.0 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: haddock
Product: Fedora
Latest upstream release: 2.12.0
Current version in Fedora Rawhide: 2.10.0
URL: http://hackage.haskell.org/packages/archive/haddock/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=835418
Bug ID: 835418
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-warp-1.2.2 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-warp
Product: Fedora
Latest upstream release: 1.2.2
Current version in Fedora Rawhide: 1.2.1.1
URL: http://hackage.haskell.org/packages/archive/warp/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: support volume plugin via alsa-mixer?
https://bugzilla.redhat.com/show_bug.cgi?id=715482
Summary: support volume plugin via alsa-mixer?
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: xmobar
AssignedTo: mathstuf(a)gmail.com
ReportedBy: petersen(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: mathstuf(a)gmail.com, fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Description of problem:
xmobar-0.13 seems to support display the volume level using alsa-mixer:
I haven't actually tested it yet...
This is just a rfe to consider adding that support to the fedora package.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=855542
Bug ID: 855542
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: bos(a)serpentine.com,
haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-7.6.1 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc
Product: Fedora
Latest upstream release: 7.6.1
Current version in Fedora Rawhide: 7.4.1
URL: http://haskell.org/ghc/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=872590
Bug ID: 872590
QA Contact: extras-qa(a)fedoraproject.org
Severity: low
Version: 18
Priority: low
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: RFE: use bluetile with MATE instead of Gnome Shell
Fallback
Regression: ---
Story Points: ---
Classification: Fedora
OS: Linux
Reporter: jbastian(a)redhat.com
Type: Bug
Documentation: ---
Hardware: All
Mount Type: ---
Status: NEW
Component: bluetile
Product: Fedora
Description of problem:
The MATE desktop will be in Fedora 18 [1], and since bluetile was designed to
work with Gnome 2.x (which MATE is a fork of), the bluetile package should
probably switch to using MATE instead of Gnome Shell in fallback mode.
[1] http://fedoraproject.org/wiki/Features/MATE-Desktop
Version-Release number of selected component (if applicable):
bluetile-0.6-9.fc18.x86_64
mate-desktop-1.4.1-11.fc18.x86_64
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=861300
Bug ID: 861300
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: 17
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: File 'ifluatex.sty' not found
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: shakthimaan(a)gmail.com
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: pandoc
Product: Fedora
Description of problem:
When using pandoc on F17, I get:
File 'ifluatex.sty' not found
Version-Release number of selected component (if applicable):
pandoc-1.9.4.1-1.fc17.x86_64
How reproducible:
Create a simple pandoc input.txt file. Try to convert it into a pdf using:
$ pandoc -t beamer input.txt -o input.pdf
Actual results:
pandoc: Error producing PDF from TeX source.
! LaTeX Error: File 'ifluatex.sty' not found
Expected results:
A pdf should be created
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=869518
Bug ID: 869518
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
konrad(a)tylerc.org, petersen(a)redhat.com
Assignee: konrad(a)tylerc.org
Summary: hlint-1.8.33 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: hlint
Product: Fedora
Latest upstream release: 1.8.33
Current version in Fedora Rawhide: 1.8.31
URL: http://hackage.haskell.org/packages/archive/hlint/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=839233
Bug ID: 839233
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-SHA-1.5.1 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-SHA
Product: Fedora
Latest upstream release: 1.5.1
Current version in Fedora Rawhide: 1.5.0.1
URL: http://hackage.haskell.org/packages/archive/SHA/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=844355
Bug ID: 844355
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: ghc-cmdargs-0.9.6 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-cmdargs
Product: Fedora
Latest upstream release: 0.9.6
Current version in Fedora Rawhide: 0.9.5
URL: http://hackage.haskell.org/packages/archive/cmdargs/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=834983
Bug ID: 834983
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-zlib-conduit-0.4.0.2 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-zlib-conduit
Product: Fedora
Latest upstream release: 0.4.0.2
Current version in Fedora Rawhide: 0.4.0.1
URL: http://hackage.haskell.org/packages/archive/zlib-conduit/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=842076
Bug ID: 842076
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-shakespeare-1.0.1 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-shakespeare
Product: Fedora
Latest upstream release: 1.0.1
Current version in Fedora Rawhide: 1.0.0.2
URL: http://hackage.haskell.org/packages/archive/shakespeare/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=847887
Bug ID: 847887
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: ghc-zlib-bindings-0.1.1 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-zlib-bindings
Product: Fedora
Latest upstream release: 0.1.1
Current version in Fedora Rawhide: 0.1.0.1
URL: http://hackage.haskell.org/packages/archive/zlib-bindings/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: xmonad GNOME session fails to start properly
https://bugzilla.redhat.com/show_bug.cgi?id=707569
Summary: xmonad GNOME session fails to start properly
Product: Fedora
Version: 15
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: high
Priority: unspecified
Component: xmonad
AssignedTo: mathstuf(a)gmail.com
ReportedBy: conan(a)irconan.co.uk
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, mathstuf(a)gmail.com,
fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Description of problem:
Using the xmonad GNOME session using default configuration of Fedora 15 fails
to start up.
Version-Release number of selected component (if applicable):
0.9.2-7.fc15.x86_64
How reproducible:
Always occurs.
Steps to Reproduce:
1. Install xmonad
2. Log out
3. Log in using "xmonad GNOME" session
Actual results:
Window saying "Oh no!" appears with a button to logout.
Expected results:
GNOME starts up using xmonad as the window manager
Additional info:
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-data-accessor-monads-fd - A package to access state in monads-fd State Monad
https://bugzilla.redhat.com/show_bug.cgi?id=664155
Summary: Review Request: ghc-data-accessor-monads-fd - A
package to access state in monads-fd State Monad
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Classification: Fedora
SRPM URL :
https://sites.google.com/site/lakshminaras2002/home/ghc-data-accessor-monad…
SPEC file URL :
https://sites.google.com/site/lakshminaras2002/home/ghc-data-accessor-monad…
rpmlint output:
rpmlint -i ghc-data-accessor-monads-fd*.rpm ghc-data-accessor-monads-fd.spec
ghc-data-accessor-monads-fd-prof.i686: E: devel-dependency
ghc-data-accessor-monads-fd-devel
Your package has a dependency on a devel package but it's not a devel package
itself.
ghc-data-accessor-monads-fd-prof.i686: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.
ghc-data-accessor-monads-fd-prof.i686: W: devel-file-in-non-devel-package
/usr/lib/ghc-6.12.3/data-accessor-monads-fd-0.2.0.2/libHSdata-accessor-monads-fd-0.2.0.2_p.a
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.
4 packages and 1 specfiles checked; 1 errors, 2 warnings.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=874855
Bug ID: 874855
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: 17
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com, petersen(a)redhat.com
Assignee: mathstuf(a)gmail.com
Summary: xmonad does not follow ICCCM and ignores WM_TAKE_FOCUS
protocol
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: jon.vanalten(a)redhat.com
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: xmonad
Product: Fedora
Description of problem:
I experience symptoms of this problem primarily when using java programs (but
not all java programs). Where there is a GUI component that should allow text
entry, it is not possible to place the cursor in that component and allow typed
text to appear there.
Version-Release number of selected component (if applicable):
Currently seeing this in 0.10-11 but has been observed since I started using
xmonad some months ago.
How reproducible:
One known example of java app affected by this bug is thermostat.
# yum install thermostat
$ thermostat service --start
(this^ will block terminal)
$ thermostat gui
In left-most panel of gui, near upper edge, is a search box. Try as I might, I
cannot place the cursor in this search box. Works when using other WM.
Additional info:
This is a long-standing bug in upstream.
http://code.google.com/p/xmonad/issues/detail?id=177
comment 33 at above link has patch that allegedly fixed things, which is
supposed to be upstream for some time now, but others find that they still have
this issue (and myself apparently). comment 107 may have useful info for how
to build/install xmonad in rpm package such that java7 users (ie all of f17
users) are also not affected anymore. I haven't tested it, not really
interested in installing wm separate from fedora repos, but I would be happy to
test any rpm builds that may sometime be available!
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=872979
Bug ID: 872979
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: darcs-2.8.3 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: darcs
Product: Fedora
Latest upstream release: 2.8.3
Current version in Fedora Rawhide: 2.8.2
URL: http://hackage.haskell.org/packages/archive/darcs/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=875756
Bug ID: 875756
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
shakthimaan(a)gmail.com
Assignee: shakthimaan(a)gmail.com
Summary: ghc-data-inttrie-0.0.8 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-data-inttrie
Product: Fedora
Latest upstream release: 0.0.8
Current version in Fedora Rawhide: 0.0.7
URL: http://hackage.haskell.org/packages/archive/data-inttrie/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=872170
Bug ID: 872170
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
shakthimaan(a)gmail.com
Assignee: shakthimaan(a)gmail.com
Summary: unlambda-0.1.3 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: unlambda
Product: Fedora
Latest upstream release: 0.1.3
Current version in Fedora Rawhide: 0.1
URL: http://hackage.haskell.org/package/unlambda
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=874966
Bug ID: 874966
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
shakthimaan(a)gmail.com
Assignee: shakthimaan(a)gmail.com
Summary: ghc-MonadRandom-0.1.8 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-MonadRandom
Product: Fedora
Latest upstream release: 0.1.8
Current version in Fedora Rawhide: 0.1.6
URL: http://hackage.haskell.org/packages/archive/MonadRandom/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=874963
Bug ID: 874963
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
shakthimaan(a)gmail.com
Assignee: shakthimaan(a)gmail.com
Summary: ghc-data-memocombinators-0.4.4 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-data-memocombinators
Product: Fedora
Latest upstream release: 0.4.4
Current version in Fedora Rawhide: 0.4.3
URL: http://hackage.haskell.org/packages/archive/data-memocombinators/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=870327
Bug ID: 870327
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Clone Of: 862543
Version: 18
Depends On: 862543
Priority: unspecified
CC: bos(a)serpentine.com, dan(a)danny.cz,
haskell-devel(a)lists.fedoraproject.org,
lakshminaras2002(a)gmail.com, petersen(a)redhat.com
Assignee: lakshminaras2002(a)gmail.com
Summary: cannot find -lHSrts_thr
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: petersen(a)redhat.com
Type: Bug
Documentation: ---
Hardware: s390x
Mount Type: ---
Status: NEW
Component: leksah-server
Product: Fedora
[BTW this also affects ppc and f17 arm]
+++ This bug was initially created as a clone of Bug #862543 +++
Some packages (eg. lehsak-server) fail to build with "/usr/bin/ld: cannot find
-lHSrts_thr" error message thrown.
Full logs for leksah-server-0.12.1.2-5.fc18 are at
http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=826278
Version-Release number of selected component (if applicable):
ghc-compiler.s390 0:7.4.1-6.1.fc18
--- Additional comment from dan(a)danny.cz on 2012-10-03 21:29:28 JST ---
pandoc is also affected
http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=826471
--- Additional comment from petersen(a)redhat.com on 2012-10-26 16:44:58 JST ---
I am not sure if ghc's threaded runtime is supported on tier 2 archs.
Anyway at least for pandoc rts_thr is not really needed
(it is dropped now in upstream git). So fixing that first.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=875752
Bug ID: 875752
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-Agda-2.3.2 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-Agda
Product: Fedora
Latest upstream release: 2.3.2
Current version in Fedora Rawhide: 2.3.0.1
URL: http://hackage.haskell.org/packages/archive/Agda/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=836728
Bug ID: 836728
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-lifted-base-0.1.1.1 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-lifted-base
Product: Fedora
Latest upstream release: 0.1.1.1
Current version in Fedora Rawhide: 0.1.1
URL: http://hackage.haskell.org/packages/archive/lifted-base/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=838297
Bug ID: 838297
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
lakshminaras2002(a)gmail.com
Assignee: lakshminaras2002(a)gmail.com
Summary: ghc-hslogger-1.2.0 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-hslogger
Product: Fedora
Latest upstream release: 1.2.0
Current version in Fedora Rawhide: 1.1.5
URL: http://hackage.haskell.org/packages/archive/hslogger/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=842219
Bug ID: 842219
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-haskeline-0.7.0.0 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-haskeline
Product: Fedora
Latest upstream release: 0.7.0.0
Current version in Fedora Rawhide: 0.6.4.7
URL: http://hackage.haskell.org/packages/archive/haskeline/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: ghc-happstack-server-7.0.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=822841
Summary: ghc-happstack-server-7.0.1 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: ghc-happstack-server
AssignedTo: petersen(a)redhat.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com,
haskell-devel(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Latest upstream release: 7.0.1
Current version in Fedora Rawhide: 7.0.0
URL: http://hackage.haskell.org/packages/archive/happstack-server/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=842075
Bug ID: 842075
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: ghc-hamlet-1.1.0 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-hamlet
Product: Fedora
Latest upstream release: 1.1.0
Current version in Fedora Rawhide: 1.0.1.4
URL: http://hackage.haskell.org/packages/archive/hamlet/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: ghc-hakyll-3.2.8.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=822840
Summary: ghc-hakyll-3.2.8.0 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: ghc-hakyll
AssignedTo: petersen(a)redhat.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com,
haskell-devel(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Latest upstream release: 3.2.8.0
Current version in Fedora Rawhide: 3.2.7.2
URL: http://hackage.haskell.org/packages/archive/hakyll/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=874965
Bug ID: 874965
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
lakshminaras2002(a)gmail.com
Assignee: lakshminaras2002(a)gmail.com
Summary: ghc-ghc-mtl-1.0.1.2 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-ghc-mtl
Product: Fedora
Latest upstream release: 1.0.1.2
Current version in Fedora Rawhide: 1.0.1.1
URL: http://hackage.haskell.org/packages/archive/ghc-mtl/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=838795
Bug ID: 838795
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-fast-logger-0.2.0 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-fast-logger
Product: Fedora
Latest upstream release: 0.2.0
Current version in Fedora Rawhide: 0.0.2
URL: http://hackage.haskell.org/packages/archive/fast-logger/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=874964
Bug ID: 874964
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
lakshminaras2002(a)gmail.com
Assignee: lakshminaras2002(a)gmail.com
Summary: ghc-derive-2.5.11 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-derive
Product: Fedora
Latest upstream release: 2.5.11
Current version in Fedora Rawhide: 2.5.8
URL: http://hackage.haskell.org/packages/archive/derive/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=870947
Bug ID: 870947
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-cryptohash-0.7.6 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-cryptohash
Product: Fedora
Latest upstream release: 0.7.6
Current version in Fedora Rawhide: 0.7.5
URL: http://hackage.haskell.org/packages/archive/cryptohash/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=836596
Bug ID: 836596
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-blaze-builder-conduit-0.5.0 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-blaze-builder-conduit
Product: Fedora
Latest upstream release: 0.5.0
Current version in Fedora Rawhide: 0.4.0.2
URL: http://hackage.haskell.org/packages/archive/blaze-builder-conduit/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=836597
Bug ID: 836597
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-conduit-0.5.0 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-conduit
Product: Fedora
Latest upstream release: 0.5.0
Current version in Fedora Rawhide: 0.4.2
URL: http://hackage.haskell.org/packages/archive/conduit/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=860591
Bug ID: 860591
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: ghc-Boolean-0.1.0 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-Boolean
Product: Fedora
Latest upstream release: 0.1.0
Current version in Fedora Rawhide: 0.0.1
URL: http://hackage.haskell.org/packages/archive/Boolean/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-data-binary-ieee754- Haskell parser/serialiser library for IEEE754 floating point values
https://bugzilla.redhat.com/show_bug.cgi?id=660656
Summary: Review Request: ghc-data-binary-ieee754- Haskell
parser/serialiser library for IEEE754 floating point
values
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Blocks: 634048
Classification: Fedora
SPEC file URL :
https://sites.google.com/site/lakshminaras2002/home/ghc-data-binary-ieee754…
SRPM URL :
https://sites.google.com/site/lakshminaras2002/home/ghc-data-binary-ieee754…
rpmlint output:
pmlint -i ghc-data-binary-ieee754*.rpm ghc-data-binary-ieee754.spec
ghc-data-binary-ieee754.i686: W: spelling-error Summary(en_US) Haskell ->
Gaskell, Gaitskell, Skellum
The value of this tag appears to be misspelled. Please double-check.
ghc-data-binary-ieee754.i686: W: spelling-error Summary(en_US) serialiser ->
serialist, serialism, serialize
The value of this tag appears to be misspelled. Please double-check.
ghc-data-binary-ieee754.src: W: spelling-error Summary(en_US) Haskell ->
Gaskell, Gaitskell, Skellum
The value of this tag appears to be misspelled. Please double-check.
ghc-data-binary-ieee754.src: W: spelling-error Summary(en_US) serialiser ->
serialist, serialism, serialize
The value of this tag appears to be misspelled. Please double-check.
ghc-data-binary-ieee754-devel.i686: W: spelling-error Summary(en_US) Haskell ->
Gaskell, Gaitskell, Skellum
The value of this tag appears to be misspelled. Please double-check.
ghc-data-binary-ieee754-devel.i686: W: spelling-error Summary(en_US) serialiser
-> serialist, serialism, serialize
The value of this tag appears to be misspelled. Please double-check.
ghc-data-binary-ieee754-prof.i686: E: devel-dependency
ghc-data-binary-ieee754-devel
Your package has a dependency on a devel package but it's not a devel package
itself.
ghc-data-binary-ieee754-prof.i686: W: spelling-error Summary(en_US) serialiser
-> serialist, serialism, serialize
The value of this tag appears to be misspelled. Please double-check.
ghc-data-binary-ieee754-prof.i686: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.
ghc-data-binary-ieee754-prof.i686: W: devel-file-in-non-devel-package
/usr/lib/ghc-6.12.3/data-binary-ieee754-0.4.2.1/libHSdata-binary-ieee754-0.4.2.1_p.a
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.
4 packages and 1 specfiles checked; 1 errors, 9 warnings.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=861782
Bug ID: 861782
QA Contact: extras-qa(a)fedoraproject.org
Severity: low
Version: 17
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: Build citeproc-hs with bibutils support
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: mark(a)opus11.net
Type: Bug
Documentation: ---
Hardware: All
Mount Type: ---
Status: NEW
Component: ghc-citeproc-hs
Product: Fedora
Description of problem:
pandoc returns an error when using a bibtex bibliography.
pandoc: citeproc: Bibliography format not supported.
citeproc-hs was not compiled with bibutils support.
Version-Release number of selected component (if applicable):
pandoc-1.9.4.1-1.fc17.x86_64
How reproducible:
100%
Steps to Reproduce:
1. pandoc --bibliography=bib.bib test.rst -o test.pdf
Actual results:
Error message and no output.
Expected results:
Lovely pdf with citation from bib.bib
Additional information:
Also requested by others in distributions such as Arch and Ubuntu
https://bugs.launchpad.net/ubuntu/+source/haskell-citeproc-hs/+bug/881355https://bbs.archlinux.org/viewtopic.php?id=146192
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-bloomfilter - A fast, space efficient Bloom filter implementation
Alias: ghc-bloomfilter
https://bugzilla.redhat.com/show_bug.cgi?id=670007
Summary: Review Request: ghc-bloomfilter - A fast, space
efficient Bloom filter implementation
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Classification: Fedora
SPEC file URL : http://narasim.fedorapeople.org/ghc-bloomfilter.spec
SRPM URL :
http://narasim.fedorapeople.org/ghc-bloomfilter-1.2.6.7-1.f13.src.rpm
rpmlint output:
rpmlint -i ghc-bloomfilter-*fc14*.rpm ../ghc-bloomfilter.spec
ghc-bloomfilter-prof.i686: E: devel-dependency ghc-bloomfilter-devel
Your package has a dependency on a devel package but it's not a devel package
itself.
ghc-bloomfilter-prof.i686: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.
ghc-bloomfilter-prof.i686: W: devel-file-in-non-devel-package
/usr/lib/ghc-6.12.3/bloomfilter-1.2.6.7/libHSbloomfilter-1.2.6.7_p.a
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.
4 packages and 1 specfiles checked; 1 errors, 2 warnings.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=863499
Bug ID: 863499
QA Contact: extras-qa(a)fedoraproject.org
Severity: high
Version: 18
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
lakshminaras2002(a)gmail.com
Assignee: lakshminaras2002(a)gmail.com
Summary: error while loading shared libraries:
libHSleksah-0.12.1.3-ghc7.4.1.so: cannot open shared
object file: No such file or directory
Regression: ---
Story Points: ---
Classification: Fedora
OS: Linux
Reporter: matteo(a)member.fsf.org
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: leksah
Product: Fedora
Description of problem:
In f18 current (alpha), leksah fails to start with the following error on the
command line:
leksah: error while loading shared libraries: libHSleksah-0.12.1.3-ghc7.4.1.so:
cannot open shared object file: No such file or directory
Indeed, ldd /usr/bin/leksah reports:
linux-vdso.so.1 => (0x00007fffdd7ff000)
libHSleksah-0.12.1.3-ghc7.4.1.so => not found
libHSutf8-string-0.3.7-ghc7.4.1.so =>
/usr/lib64/ghc-7.4.1/utf8-string-0.3.7/libHSutf8-string-0.3.7-ghc7.4.1.so
(0x00007f69b6102000)
libHSregex-tdfa-1.1.8-ghc7.4.1.so =>
/usr/lib64/ghc-7.4.1/regex-tdfa-1.1.8/libHSregex-tdfa-1.1.8-ghc7.4.1.so
(0x00007f69b57d5000)
libHSregex-base-0.93.2-ghc7.4.1.so =>
/usr/lib64/ghc-7.4.1/regex-base-0.93.2/libHSregex-base-0.93.2-ghc7.4.1.so
(0x00007f69b55b1000)
libHSleksah-server-0.12.1.2-ghc7.4.1.so =>
/usr/lib64/ghc-7.4.1/leksah-server-0.12.1.2/libHSleksah-server-0.12.1.2-ghc7.4.1.so
(0x00007f69b51e3000)
[ ...SNIP... ]
It seems the other SOs are found correctly. libHSleksah-0.12.1.3-ghc7.4.1.so is
installed in /usr/lib64/ghc-7.4.1/leksah-0.12.1.3/
Version-Release number of selected component (if applicable):
ghc-leksah-0.12.1.3-5.fc18.x86_64
leksah-server-0.12.1.2-5.fc18.x86_64
ghc-leksah-server-0.12.1.2-5.fc18.x86_64
leksah-0.12.1.3-5.fc18.x86_64
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=861724
Bug ID: 861724
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-vector-0.10 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-vector
Product: Fedora
Latest upstream release: 0.10
Current version in Fedora Rawhide: 0.9.1
URL: http://hackage.haskell.org/packages/archive/vector/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=850668
Bug ID: 850668
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: ghc-split-0.2.0.0 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-split
Product: Fedora
Latest upstream release: 0.2.0.0
Current version in Fedora Rawhide: 0.1.4.3
URL: http://hackage.haskell.org/packages/archive/split/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=861723
Bug ID: 861723
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-primitive-0.5 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-primitive
Product: Fedora
Latest upstream release: 0.5
Current version in Fedora Rawhide: 0.4.1
URL: http://hackage.haskell.org/packages/archive/primitive/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=870694
Bug ID: 870694
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: bos(a)serpentine.com,
haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: excessive hourly cron job
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: pwouters(a)redhat.com
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc
Product: Fedora
Description of problem:
ghc installs /etc/cron.hourly/ghc-doc-index. I find this problematic for
various reasons.
First, it seems this "documentation" can only come from package installs, so it
seems to be better places in an ghc spec macro or %post job.
Second, if there are really good reasons to keep this in, hourly is _way_ too
often. I would suggest weekly at most.
Third, it seemed to blow up for me too:
Date: Sat, 27 Oct 2012 20:01:02
From: Cron Daemon <root(a)bofh.nohats.ca>
To: root(a)bofh.nohats.ca
Subject: Cron <root@bofh> run-parts /etc/cron.hourly
/etc/cron.hourly/ghc-doc-index:
--read-interface=Cabal-1.14.0,Cabal-1.14.0/Cabal.haddock
--read-interface=array-0.4.0.0,array-0.4.0.0/array.haddock
--read-interface=base-4.5.0.0,base-4.5.0.0/base.haddock
--read-interface=bytestring-0.9.2.1,bytestring-0.9.2.1/bytestring.haddock
--read-interface=containers-0.4.2.1,containers-0.4.2.1/containers.haddock
--read-interface=deepseq-1.3.0.0,deepseq-1.3.0.0/deepseq.haddock
--read-interface=directory-1.1.0.2,directory-1.1.0.2/directory.haddock
--read-interface=filepath-1.3.0.0,filepath-1.3.0.0/filepath.haddock
--read-interface=ghc-prim-0.2.0.0,ghc-prim-0.2.0.0/ghc-prim.haddock
--read-interface=hashable-1.1.2.3,hashable-1.1.2.3/hashable.haddock
--read-interface=hashmap-1.0.0.2,hashmap-1.0.0.2/hashmap.haddock
--read-interface=integer-gmp-0.4.0.0,integer-gmp-0.4.0.0/integer-gmp.haddock
--read-interface=mtl-2.1.1,mtl-2.1.1/mtl.haddock
--read-interface=old-locale-1.0.0.4,old-locale-1.0.0.4/old-locale.haddock
--read-interface=old-time-1.1.0.0,old-time-1.1.0.0/old-time.haddock
--read-interface=parallel-3.2.0.2,parallel-3.2.0.2/parallel.haddock
--read-interface=parsec-3.1.2,parsec-3.1.2/parsec.haddock
--read-interface=pretty-1.1.1.0,pretty-1.1.1.0/pretty.haddock
--read-interface=process-1.1.0.1,process-1.1.0.1/process.haddock
--read-interface=text-0.11.2.0,text-0.11.2.0/text.haddock
--read-interface=transformers-0.3.0.0,transformers-0.3.0.0/transformers.haddock
--read-interface=unix-2.5.1.0,unix-2.5.1.0/unix.haddock
--read-interface=unordered-containers-0.2.1.0,unordered-containers-0.2.1.0/unordered-containers.haddock
In short, I would strongly suggest removing this cronjob altogether.
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=838775
--- Comment #9 from Fedora Update System <updates(a)fedoraproject.org> ---
ghc-css-text-0.1.1-1.fc18 has been pushed to the Fedora 18 stable repository.
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=630260
--- Comment #14 from Fedora Update System <updates(a)fedoraproject.org> ---
ghc-attoparsec-0.10.1.1-2.el6 has been pushed to the Fedora EPEL 6 stable
repository.
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=630260
Fedora Update System <updates(a)fedoraproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|ERRATA |CURRENTRELEASE
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=855543
Bug ID: 855543
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
konrad(a)tylerc.org, petersen(a)redhat.com
Assignee: konrad(a)tylerc.org
Summary: ghc-haskell-src-exts-1.13.5 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-haskell-src-exts
Product: Fedora
Latest upstream release: 1.13.5
Current version in Fedora Rawhide: 1.13.3
URL: http://hackage.haskell.org/packages/archive/haskell-src-exts/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=869147
Bug ID: 869147
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
shakthimaan(a)gmail.com
Assignee: shakthimaan(a)gmail.com
Summary: ghc-Stream-0.4.6.1 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-Stream
Product: Fedora
Latest upstream release: 0.4.6.1
Current version in Fedora Rawhide: 0.4.6
URL: http://hackage.haskell.org/packages/archive/Stream/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=875761
Bug ID: 875761
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-pango-0.12.4 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-pango
Product: Fedora
Latest upstream release: 0.12.4
Current version in Fedora Rawhide: 0.12.3
URL: http://hackage.haskell.org/packages/archive/pango/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=875759
Bug ID: 875759
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-gtk-0.12.4 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-gtk
Product: Fedora
Latest upstream release: 0.12.4
Current version in Fedora Rawhide: 0.12.3.1
URL: http://hackage.haskell.org/packages/archive/gtk/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=875758
Bug ID: 875758
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-glib-0.12.4 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-glib
Product: Fedora
Latest upstream release: 0.12.4
Current version in Fedora Rawhide: 0.12.3.1
URL: http://hackage.haskell.org/packages/archive/glib/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=875757
Bug ID: 875757
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-gio-0.12.4 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-gio
Product: Fedora
Latest upstream release: 0.12.4
Current version in Fedora Rawhide: 0.12.3
URL: http://hackage.haskell.org/packages/archive/gio/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=875755
Bug ID: 875755
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-cairo-0.12.4 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-cairo
Product: Fedora
Latest upstream release: 0.12.4
Current version in Fedora Rawhide: 0.12.3.1
URL: http://hackage.haskell.org/packages/archive/cairo/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=874967
Bug ID: 874967
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-network-conduit-0.6.1.1 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-network-conduit
Product: Fedora
Latest upstream release: 0.6.1.1
Current version in Fedora Rawhide: 0.4.0.1
URL: http://hackage.haskell.org/packages/archive/network-conduit/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=874962
Bug ID: 874962
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
shakthimaan(a)gmail.com
Assignee: shakthimaan(a)gmail.com
Summary: ghc-blaze-textual-0.2.0.8 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-blaze-textual
Product: Fedora
Latest upstream release: 0.2.0.8
Current version in Fedora Rawhide: 0.2.0.6
URL: http://hackage.haskell.org/packages/archive/blaze-textual/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=874961
Bug ID: 874961
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
shakthimaan(a)gmail.com
Assignee: shakthimaan(a)gmail.com
Summary: ghc-arrows-0.4.4.1 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-arrows
Product: Fedora
Latest upstream release: 0.4.4.1
Current version in Fedora Rawhide: 0.4.4.0
URL: http://hackage.haskell.org/packages/archive/arrows/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=857213
Bug ID: 857213
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-zlib-enum-0.2.3 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-zlib-enum
Product: Fedora
Latest upstream release: 0.2.3
Current version in Fedora Rawhide: 0.2.2.1
URL: http://hackage.haskell.org/packages/archive/zlib-enum/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=867256
Bug ID: 867256
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-zip-archive-0.1.2.1 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-zip-archive
Product: Fedora
Latest upstream release: 0.1.2.1
Current version in Fedora Rawhide: 0.1.1.8
URL: http://hackage.haskell.org/packages/archive/zip-archive/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=855742
Bug ID: 855742
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com, petersen(a)redhat.com
Assignee: mathstuf(a)gmail.com
Summary: ghc-X11-1.6.0.1 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-X11
Product: Fedora
Latest upstream release: 1.6.0.1
Current version in Fedora Rawhide: 1.6.0
URL: http://hackage.haskell.org/packages/archive/X11/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=835417
Bug ID: 835417
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-wai-1.2.0.3 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-wai
Product: Fedora
Latest upstream release: 1.2.0.3
Current version in Fedora Rawhide: 1.2.0.2
URL: http://hackage.haskell.org/packages/archive/wai/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=844357
Bug ID: 844357
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-void-0.5.7 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-void
Product: Fedora
Latest upstream release: 0.5.7
Current version in Fedora Rawhide: 0.5.6
URL: http://hackage.haskell.org/packages/archive/void/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=860597
Bug ID: 860597
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: ghc-vector-space-0.8.3 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-vector-space
Product: Fedora
Latest upstream release: 0.8.3
Current version in Fedora Rawhide: 0.8.2
URL: http://hackage.haskell.org/packages/archive/vector-space/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=851058
Bug ID: 851058
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-vault-0.2.0.1 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-vault
Product: Fedora
Latest upstream release: 0.2.0.1
Current version in Fedora Rawhide: 0.2.0.0
URL: http://hackage.haskell.org/packages/archive/vault/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=848761
Bug ID: 848761
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-unordered-containers-0.2.2.0 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-unordered-containers
Product: Fedora
Latest upstream release: 0.2.2.0
Current version in Fedora Rawhide: 0.2.1.0
URL: http://hackage.haskell.org/packages/archive/unordered-containers/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=855545
Bug ID: 855545
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-texmath-0.6.1.1 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-texmath
Product: Fedora
Latest upstream release: 0.6.1.1
Current version in Fedora Rawhide: 0.6.0.6
URL: http://hackage.haskell.org/packages/archive/texmath/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=842220
Bug ID: 842220
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-terminfo-0.3.2.4 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-terminfo
Product: Fedora
Latest upstream release: 0.3.2.4
Current version in Fedora Rawhide: 0.3.2.3
URL: http://hackage.haskell.org/packages/archive/terminfo/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=863357
Bug ID: 863357
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-temporary-1.1.2.4 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-temporary
Product: Fedora
Latest upstream release: 1.1.2.4
Current version in Fedora Rawhide: 1.1.2.3
URL: http://hackage.haskell.org/packages/archive/temporary/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=862873
Bug ID: 862873
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: bos(a)serpentine.com,
haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com, petersen(a)redhat.com
Assignee: mathstuf(a)gmail.com
Summary: ghc-tar-0.4.0.1 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-tar
Product: Fedora
Latest upstream release: 0.4.0.1
Current version in Fedora Rawhide: 0.3.2.0
URL: http://hackage.haskell.org/packages/archive/tar/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=849591
Bug ID: 849591
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: ghc-tagsoup-0.12.7 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-tagsoup
Product: Fedora
Latest upstream release: 0.12.7
Current version in Fedora Rawhide: 0.12.6
URL: http://hackage.haskell.org/packages/archive/tagsoup/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: ghc-tagged-0.4.2.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=820895
Summary: ghc-tagged-0.4.2.1 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: ghc-tagged
AssignedTo: lakshminaras2002(a)gmail.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: haskell-devel(a)lists.fedoraproject.org,
lakshminaras2002(a)gmail.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Latest upstream release: 0.4.2.1
Current version in Fedora Rawhide: 0.4.2
URL: http://hackage.haskell.org/packages/archive/tagged/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=858567
Bug ID: 858567
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-snap-core-0.9.2 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-snap-core
Product: Fedora
Latest upstream release: 0.9.2
Current version in Fedora Rawhide: 0.9.0
URL: http://hackage.haskell.org/packages/archive/snap-core/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=834585
Bug ID: 834585
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-simple-sendfile-0.2.4 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-simple-sendfile
Product: Fedora
Latest upstream release: 0.2.4
Current version in Fedora Rawhide: 0.2.3
URL: http://hackage.haskell.org/packages/archive/simple-sendfile/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=868488
Bug ID: 868488
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-sendfile-0.7.7 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-sendfile
Product: Fedora
Latest upstream release: 0.7.7
Current version in Fedora Rawhide: 0.7.6
URL: http://hackage.haskell.org/packages/archive/sendfile/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=836729
Bug ID: 836729
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-monad-control-0.3.1.4 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-monad-control
Product: Fedora
Latest upstream release: 0.3.1.4
Current version in Fedora Rawhide: 0.3.1.3
URL: http://hackage.haskell.org/packages/archive/monad-control/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=834875
Bug ID: 834875
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-mmap-0.5.8 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-mmap
Product: Fedora
Latest upstream release: 0.5.8
Current version in Fedora Rawhide: 0.5.7
URL: http://hackage.haskell.org/packages/archive/mmap/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=860358
Bug ID: 860358
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: ghc-MissingH-1.2.0.0 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-MissingH
Product: Fedora
Latest upstream release: 1.2.0.0
Current version in Fedora Rawhide: 1.1.1.0
URL: http://hackage.haskell.org/packages/archive/MissingH/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=860357
Bug ID: 860357
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-json-0.6 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-json
Product: Fedora
Latest upstream release: 0.6
Current version in Fedora Rawhide: 0.5
URL: http://hackage.haskell.org/packages/archive/json/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=838027
Bug ID: 838027
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-http-types-0.7.0 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-http-types
Product: Fedora
Latest upstream release: 0.7.0
Current version in Fedora Rawhide: 0.6.11
URL: http://hackage.haskell.org/packages/archive/http-types/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=870765
Bug ID: 870765
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: ghc-hinotify-0.3.3 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-hinotify
Product: Fedora
Latest upstream release: 0.3.3
Current version in Fedora Rawhide: 0.3.2
URL: http://hackage.haskell.org/packages/archive/hinotify/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=858566
Bug ID: 858566
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-hashed-storage-0.5.10 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-hashed-storage
Product: Fedora
Latest upstream release: 0.5.10
Current version in Fedora Rawhide: 0.5.9
URL: http://hackage.haskell.org/packages/archive/hashed-storage/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=848757
Bug ID: 848757
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-hashable-1.1.2.5 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-hashable
Product: Fedora
Latest upstream release: 1.1.2.5
Current version in Fedora Rawhide: 1.1.2.3
URL: http://hackage.haskell.org/packages/archive/hashable/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: ghc-attempt-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=783415
Summary: ghc-attempt-0.4.0 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: ghc-attempt
AssignedTo: mathstuf(a)gmail.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: mathstuf(a)gmail.com, fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Latest upstream release: 0.4.0
Current version in Fedora Rawhide: 0.3.1.1
URL: http://hackage.haskell.org/packages/archive/attempt/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: ghc-failure-0.1.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=781362
Summary: ghc-failure-0.1.2 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: ghc-failure
AssignedTo: mathstuf(a)gmail.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: mathstuf(a)gmail.com, fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Latest upstream release: 0.1.2
Current version in Fedora Rawhide: 0.1.0.1
URL: http://hackage.haskell.org/packages/archive/failure/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: ghc-xss-sanitize-0.3.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=759429
Summary: ghc-xss-sanitize-0.3.1 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: ghc-xss-sanitize
AssignedTo: mathstuf(a)gmail.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, mathstuf(a)gmail.com,
fedora-haskell-list(a)redhat.com,
lakshminaras2002(a)gmail.com
Classification: Fedora
Story Points: ---
Type: ---
Latest upstream release: 0.3.1
Current version in Fedora Rawhide: 0.2.6
URL: http://hackage.haskell.org/packages/archive/xss-sanitize/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=863355
Bug ID: 863355
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: ghc-edit-distance-0.2.1.1 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-edit-distance
Product: Fedora
Latest upstream release: 0.2.1.1
Current version in Fedora Rawhide: 0.2.1
URL: http://hackage.haskell.org/packages/archive/edit-distance/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=860595
Bug ID: 860595
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-dataenc-0.14.0.4 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-dataenc
Product: Fedora
Latest upstream release: 0.14.0.4
Current version in Fedora Rawhide: 0.14.0.3
URL: http://hackage.haskell.org/packages/archive/dataenc/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=832905
Bug ID: 832905
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
lakshminaras2002(a)gmail.com
Assignee: lakshminaras2002(a)gmail.com
Summary: ghc-data-default-0.5.0 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-data-default
Product: Fedora
Latest upstream release: 0.5.0
Current version in Fedora Rawhide: 0.4.0
URL: http://hackage.haskell.org/packages/archive/data-default/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=861722
Bug ID: 861722
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-citeproc-hs-0.3.5 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-citeproc-hs
Product: Fedora
Latest upstream release: 0.3.5
Current version in Fedora Rawhide: 0.3.4
URL: http://hackage.haskell.org/packages/archive/citeproc-hs/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=862543
Bug ID: 862543
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: 18
Priority: unspecified
CC: bos(a)serpentine.com,
haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: cannot find -lHSrts_thr
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: dan(a)danny.cz
Type: Bug
Documentation: ---
Hardware: s390x
Mount Type: ---
Status: NEW
Component: ghc
Product: Fedora
Some packages (eg. lehsak-server) fail to build with "/usr/bin/ld: cannot find
-lHSrts_thr" error message thrown.
Full logs for leksah-server-0.12.1.2-5.fc18 are at
http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=826278
Version-Release number of selected component (if applicable):
ghc-compiler.s390 0:7.4.1-6.1.fc18
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=848898
Bug ID: 848898
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-case-insensitive-0.4.0.2 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-case-insensitive
Product: Fedora
Latest upstream release: 0.4.0.2
Current version in Fedora Rawhide: 0.4.0.1
URL: http://hackage.haskell.org/packages/archive/case-insensitive/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=860354
Bug ID: 860354
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: ghc-cabal-file-th-0.2.3 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-cabal-file-th
Product: Fedora
Latest upstream release: 0.2.3
Current version in Fedora Rawhide: 0.2.2
URL: http://hackage.haskell.org/packages/archive/cabal-file-th/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=847641
Bug ID: 847641
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-blaze-builder-enumerator-0.2.0.5 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-blaze-builder-enumerator
Product: Fedora
Latest upstream release: 0.2.0.5
Current version in Fedora Rawhide: 0.2.0.4
URL: http://hackage.haskell.org/packages/archive/blaze-builder-enumerator/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=833695
Bug ID: 833695
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: ghc-base64-bytestring-0.1.2.0 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-base64-bytestring
Product: Fedora
Latest upstream release: 0.1.2.0
Current version in Fedora Rawhide: 0.1.1.1
URL: http://hackage.haskell.org/packages/archive/base64-bytestring/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=838296
Bug ID: 838296
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-base-unicode-symbols-0.2.2.4 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-base-unicode-symbols
Product: Fedora
Latest upstream release: 0.2.2.4
Current version in Fedora Rawhide: 0.2.2.3
URL: http://hackage.haskell.org/packages/archive/base-unicode-symbols/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=848389
Bug ID: 848389
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-attoparsec-enumerator-0.3.1 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-attoparsec-enumerator
Product: Fedora
Latest upstream release: 0.3.1
Current version in Fedora Rawhide: 0.3
URL: http://hackage.haskell.org/packages/archive/attoparsec-enumerator/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=847646
Bug ID: 847646
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: highlighting-kate-0.5.2 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: highlighting-kate
Product: Fedora
Latest upstream release: 0.5.2
Current version in Fedora Rawhide: 0.5.1
URL: http://hackage.haskell.org/packages/archive/highlighting-kate/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=788030
Bug 788030 depends on bug 783415, which changed state.
Bug 783415 Summary: ghc-attempt-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=783415
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CLOSED
Resolution|--- |RAWHIDE
--
You are receiving this mail because:
You are the assignee for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: ghc-blaze-html-0.4.3.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=807225
Summary: ghc-blaze-html-0.4.3.2 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: ghc-blaze-html
AssignedTo: petersen(a)redhat.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Latest upstream release: 0.4.3.2
Current version in Fedora Rawhide: 0.4.3.1
URL: http://hackage.haskell.org/packages/archive/blaze-html/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=861923
--- Comment #10 from Fedora Update System <updates(a)fedoraproject.org> ---
ghc-hs-bibutils-4.15-1.fc18 has been pushed to the Fedora 18 testing
repository.
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=861923
Fedora Update System <updates(a)fedoraproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|MODIFIED |ON_QA
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: markdown2pdf fails with .sty file problems
https://bugzilla.redhat.com/show_bug.cgi?id=752621
Summary: markdown2pdf fails with .sty file problems
Product: Fedora
Version: 16
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: medium
Priority: unspecified
Component: pandoc
AssignedTo: petersen(a)redhat.com
ReportedBy: luis(a)tieguy.org
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Description of problem:
markdown2pdf fails to create pdfs, apparently failing to find some .sty files
(though I am not an expert). Error message below:
Version-Release number of selected component (if applicable):
F16, 1.8.2.1
How reproducible:
100%
Steps to Reproduce:
1. markdown2pdf foo.txt
2. boom
Actual results:
Error message below:
Expected results:
Create a pdf :)
Additional info:
========
[louie@towel RC2 Source Files]$ markdown2pdf Working\ Documents/MPL-RC2.txt
markdown2pdf: ! LaTeX Error: File `ifluatex.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name:
! Emergency stop.
<read *>
l.4 \ifxetex
^^M
Here is how much of TeX's memory you used:
1069 strings out of 256216
11518 string characters out of 1917072
58404 words of memory out of 1500000
4417 multiletter control sequences out of 10000+200000
3640 words of font info for 14 fonts, out of 1200000 for 2000
645 hyphenation exceptions out of 8191
27i,0n,24p,240b,36s stack positions out of 5000i,500n,6000p,200000b,15000s
! ==> Fatal error occurred, no output PDF file produced!
===============
The error above occurred after a similar error from ifxetex.sty, which I
remedied by installing texlive-texmf-xetex.noarch.
This may actually be a texlive bug, but filing it here because I'm not expert
enough with either pandoc or tex to diagnose further. :(
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=861923
Fedora Update System <updates(a)fedoraproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ON_DEV |MODIFIED
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=861923
Mark Knoop <mark(a)opus11.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mark(a)opus11.net
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=868628
Bug ID: 868628
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: pandoc-1.9.4.4 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: pandoc
Product: Fedora
Latest upstream release: 1.9.4.4
Current version in Fedora Rawhide: 1.9.4.2
URL: http://hackage.haskell.org/packages/archive/pandoc/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=861923
--- Comment #5 from Jon Ciesla <limburgher(a)gmail.com> ---
Git done (by process-git-requests).
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=875764
Bug ID: 875764
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: gtk2hs-buildtools-0.12.4 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: gtk2hs-buildtools
Product: Fedora
Latest upstream release: 0.12.4
Current version in Fedora Rawhide: 0.12.3.1
URL: http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=868835
Bug ID: 868835
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
shakthimaan(a)gmail.com
Assignee: shakthimaan(a)gmail.com
Summary: unlambda-0.1.2 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: unlambda
Product: Fedora
Latest upstream release: 0.1.2
Current version in Fedora Rawhide: 0.1
URL: http://hackage.haskell.org/package/unlambda
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=857631
Bug ID: 857631
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-hashtables-1.0.1.7 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-hashtables
Product: Fedora
Latest upstream release: 1.0.1.7
Current version in Fedora Rawhide: 1.0.1.6
URL: http://hackage.haskell.org/packages/archive/hashtables/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=830595
Bug ID: 830595
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: bos(a)serpentine.com,
haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-7.4.2 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc
Product: Fedora
Latest upstream release: 7.4.2
Current version in Fedora Rawhide: 7.4.1
URL: http://haskell.org/ghc/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=861923
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags| |fedora-cvs?
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=861923
--- Comment #4 from Jens Petersen <petersen(a)redhat.com> ---
Thank you Lakshmi for reviewing.
New Package SCM Request
=======================
Package Name: ghc-hs-bibutils
Short Description: Haskell binding to bibutils
Owners: petersen
Branches: f18 f17 f16 el6
InitialCC: haskell-sig
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=861923
Bug 861923 depends on bug 861922, which changed state.
Bug 861922 Summary: Review Request: bibutils - Bibliography conversion
https://bugzilla.redhat.com/show_bug.cgi?id=861922
What |Removed |Added
----------------------------------------------------------------------------
Status|ON_QA |CLOSED
Resolution|--- |ERRATA
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=838775
--- Comment #8 from Fedora Update System <updates(a)fedoraproject.org> ---
ghc-css-text-0.1.1-1.fc17 has been pushed to the Fedora 17 stable repository.
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=634048
Bug 634048 depends on bug 838775, which changed state.
Bug 838775 Summary: Review Request: ghc-css-text - CSS parser and renderer
https://bugzilla.redhat.com/show_bug.cgi?id=838775
What |Removed |Added
----------------------------------------------------------------------------
Status|ON_QA |CLOSED
Resolution|--- |CURRENTRELEASE
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=838775
Fedora Update System <updates(a)fedoraproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ON_QA |CLOSED
Resolution|--- |CURRENTRELEASE
Last Closed| |2012-11-17 18:48:42
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=861923
Lakshmi Narasimhan <lakshminaras2002(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |ON_DEV
Flags| |fedora-review+
--- Comment #3 from Lakshmi Narasimhan <lakshminaras2002(a)gmail.com> ---
[+]MUST: rpmlint must be run on every package. The output should be posted in
the review.
rpmlint -i ghc-hs-bibutils-4.15-1.fc17.src.rpm
ghc-hs-bibutils-4.15-1.fc17.x86_64.rpm
ghc-hs-bibutils-devel-4.15-1.fc17.x86_64.rpm ../ghc-hs-bibutils.spec
3 packages and 1 specfiles checked; 0 errors, 0 warnings.
[+]MUST: The package must be named according to the Package Naming Guidelines.
[+]MUST: The spec file name must match the base package %{name}, in the format
%{name}.spec
[+]MUST: The package must meet the Packaging Guidelines.
Naming-Yes
Version-release - Matches
License - OK, GPLv2
No prebuilt external bits - OK
Spec legibity - OK
Package template - OK
Arch support - OK
Libexecdir - OK
rpmlint - yes
changelogs - OK
Source url tag - OK, validated.
Build Requires list - OK
Summary and description - OK
API documentation - OK, in devel package
[+]MUST: The package must be licensed with a Fedora approved license and meet
the Licensing Guidelines.
GPLv2
[+]MUST: The License field in the package spec file must match the actual
license.
[+]MUST: 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 must be included in %doc.
LICENSE file is included.
[+]MUST: The spec file must be written in American English.
[+]MUST: The spec file for the package MUST be legible.
[+]MUST: The sources used to build the package must match the upstream source,
as provided in the spec URL. Reviewers should use sha256sum for this task as it
is used by the sources file once imported into git. If no upstream URL can be
specified for this package, please see the Source URL Guidelines for how to
deal with this.
sha256sum hs-bibutils-4.15.tar.gz
ghc-hs-bibutils-4.15-1.fc17.src/hs-bibutils-4.15.tar.gz
e9a75f9922667e6dd16556433d52b32a12061dc1fbe3b2dde5a9c3ea4dc45bc0
hs-bibutils-4.15.tar.gz
e9a75f9922667e6dd16556433d52b32a12061dc1fbe3b2dde5a9c3ea4dc45bc0
ghc-hs-bibutils-4.15-1.fc17.src/hs-bibutils-4.15.tar.gz
[+]MUST: The package MUST successfully compile and build into binary rpms on at
least one primary architecture.
built on x86_64.
[+]MUST: If the package does not successfully compile, build or work on an
architecture, then those architectures should be listed in the spec in
ExcludeArch.
[+]MUST: All build dependencies must be listed in BuildRequires.
[+]MUST: Packages must NOT bundle copies of system libraries.
Checked with rpmquery --list
[+]MUST: A package must own all directories that it creates.
Checked with rpmquery --whatprovides.
[+]MUST: A Fedora package must not list a file more than once in the spec
file's %files listings.
[+]MUST: Permissions on files must be set properly. Executables should be set
with executable permissions, for example.
[+]MUST: Each package must consistently use macros.
[+]MUST: The package must contain code, or permissible content.
[+]MUST: Large documentation files must go in a -doc subpackage.
[+]MUST: If a package includes something as %doc, it must not affect the
runtime of the application.
[+]MUST: devel packages must require the base package using a fully versioned
dependency: Requires: {name} = %{version}-%{release}
[NA]MUST: Packages containing GUI applications must include a %{name}.desktop
file, and that file must be properly installed with desktop-file-install in the
%install section
[+]MUST: Packages must not own files or directories already owned by other
packages.
[+]MUST: All filenames in rpm packages must be valid UTF-8.
Should items
[+]SHOULD: If the source package does not include license text(s) as a separate
file from upstream, the packager SHOULD query upstream to include it.
[-]SHOULD: The description and summary sections in the package spec file should
contain translations for supported Non-English languages, if available.
[-]SHOULD: The reviewer should test that the package builds in mock.
[-]SHOULD: The package should compile and build into binary rpms on all
supported architectures.
[+]SHOULD: The reviewer should test that the package functions as described. A
package should not segfault instead of running, for example.
Installed the packages. Imported Text.Bibutils into ghci. Loads fine.
[+]SHOULD: If scriptlets are used, those scriptlets must be sane. This is
vague, and left up to the reviewers judgement to determine sanity.
cabal2spec-diff is OK.
APPROVED.
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=855710
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ON_QA |CLOSED
Resolution|--- |ERRATA
Last Closed| |2012-11-16 03:30:13
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=838775
--- Comment #7 from Fedora Update System <updates(a)fedoraproject.org> ---
ghc-css-text-0.1.1-1.fc18 has been pushed to the Fedora 18 testing repository.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=838775
Fedora Update System <updates(a)fedoraproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|MODIFIED |ON_QA
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: ghc-tar-0.3.2.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=783755
Summary: ghc-tar-0.3.2.0 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: ghc-tar
AssignedTo: mathstuf(a)gmail.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, bos(a)serpentine.com,
mathstuf(a)gmail.com, fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Latest upstream release: 0.3.2.0
Current version in Fedora Rawhide: 0.3.1.0
URL: http://hackage.haskell.org/packages/archive/tar/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=838775
Fedora Update System <updates(a)fedoraproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ON_DEV |MODIFIED
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=865158
Bug ID: 865158
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
shakthimaan(a)gmail.com
Assignee: shakthimaan(a)gmail.com
Summary: ghc-numbers-3000.1.0.0 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-numbers
Product: Fedora
Latest upstream release: 3000.1.0.0
Current version in Fedora Rawhide: 3000.0.0.0
URL: http://hackage.haskell.org/packages/archive/numbers/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=838775
--- Comment #4 from Jon Ciesla <limburgher(a)gmail.com> ---
Git done (by process-git-requests).
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=815067
--- Comment #3 from Jens Petersen <petersen(a)redhat.com> ---
Latest xmobar git uses 0.8.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=838775
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags| |fedora-cvs?
--- Comment #3 from Jens Petersen <petersen(a)redhat.com> ---
I am going to go ahead and make the SCM request on behalf of Ben
since I don't want to lose the work in this review.
I know he has had limited net connectivity lately but
that should be improving soon I believe.
New Package SCM Request
=======================
Package Name: ghc-css-text
Short Description: CSS parser and renderer
Owners: mathstuf
Branches: f18 f17 f16 el6
InitialCC: haskell-sig
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=660637
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|nobody(a)fedoraproject.org |petersen(a)redhat.com
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=861923
Lakshmi Narasimhan <lakshminaras2002(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=861923
Lakshmi Narasimhan <lakshminaras2002(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lakshminaras2002(a)gmail.com
Assignee|nobody(a)fedoraproject.org |lakshminaras2002(a)gmail.com
--
You are receiving this mail because:
You are on the CC list for the bug.