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.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=885955
Bug ID: 885955
Summary: add %{_isa} to ghc-deps.sh to reduce multilib AutoQA
warnings
Product: Fedora
Version: 18
Component: ghc-rpm-macros
Severity: unspecified
Priority: unspecified
Reporter: petersen(a)redhat.com
Description of problem:
AutoQA gives dependency conflicts on x86_64 between
i686 and x86_64 libraries. I think adding %(_isa) to
Requires and Provides generated by ghc-deps.sh
may help to reduce/avoid them hopefully.
Needs some testing - perhaps it could be done for F20
or possibly before F19 Mass Rebuild.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=hYDW1Kd9Ne&a=cc_unsubscribe
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.