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.
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.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=883479
Bug ID: 883479
Summary: haskell-platform-2012.4.0.0-19.fc19 fails to build on
s390(x)
Product: Fedora
Version: rawhide
Component: haskell-platform
Severity: unspecified
Priority: unspecified
Reporter: dan(a)danny.cz
haskell-platform-2012.4.0.0-19.fc19 fails to build on s390(x) with
...
+ ./Setup configure --prefix=/usr --libdir=/usr/lib
--docdir=/usr/share/doc/haskell-platform-2012.4.0.0
'--libsubdir=$compiler/$pkgid' --ghc --user -p
--docdir=/usr/share/doc/ghc-vector-0.10.0.1
--htmldir=/usr/share/doc/ghc/html/libraries/vector-0.10.0.1
Configuring vector-0.10.0.1...
+ '[' -x Setup ']'
+ ./Setup build
Building vector-0.10.0.1...
Preprocessing library vector-0.10.0.1...
[ 1 of 19] Compiling Data.Vector.Storable.Internal (
Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o )
[ 2 of 19] Compiling Data.Vector.Fusion.Util ( Data/Vector/Fusion/Util.hs,
dist/build/Data/Vector/Fusion/Util.o )
[ 3 of 19] Compiling Data.Vector.Fusion.Stream.Size (
Data/Vector/Fusion/Stream/Size.hs, dist/build/Data/Vector/Fusion/Stream/Size.o
)
Data/Vector/Fusion/Stream/Size.hs:25:10:
Warning: No explicit method nor default method for `*'
In the instance declaration for `Num Size'
Data/Vector/Fusion/Stream/Size.hs:25:10:
Warning: No explicit method nor default method for `abs'
In the instance declaration for `Num Size'
Data/Vector/Fusion/Stream/Size.hs:25:10:
Warning: No explicit method nor default method for `signum'
In the instance declaration for `Num Size'
[ 4 of 19] Compiling Data.Vector.Internal.Check (
Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o )
[ 5 of 19] Compiling Data.Vector.Fusion.Stream.Monadic (
Data/Vector/Fusion/Stream/Monadic.hs,
dist/build/Data/Vector/Fusion/Stream/Monadic.o )
ghc: panic! (the 'impossible' happened)
(GHC version 7.4.2 for s390-ibm-linux):
Cant do annotations without GHCi
{Data/Vector/Fusion/Stream/Monadic.hs:104:19-33}
base:GHC.Exts.ForceSpecConstr{d r1OQ}
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.Ot3DyH (%build)
Bad exit status from /var/tmp/rpm-tmp.Ot3DyH (%build)
please see http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=878859 for
mroe details
--
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.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=855588
Lakshmi Narasimhan <lakshminaras2002(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|fedora-cvs+ |
Flags| |fedora-cvs?
--- Comment #17 from Lakshmi Narasimhan <lakshminaras2002(a)gmail.com> ---
Package Change Request
======================
Package Name: ghc-concrete-typerep
New Branches: el6
Owners: narasim
InitialCC: haskell-sig
--
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=XRLEPYEOtg&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=885350
Kevin Fenzi <kevin(a)scrye.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kevin(a)scrye.com
--- Comment #1 from Kevin Fenzi <kevin(a)scrye.com> ---
Anything I can do to move these along?
Lakshmi: I'm happy to review if you are busy...
--
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=Ho3gB9SQs6&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=885349
Kevin Fenzi <kevin(a)scrye.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kevin(a)scrye.com
--- Comment #1 from Kevin Fenzi <kevin(a)scrye.com> ---
Anything I can do to move these along?
Lakshmi: I'm happy to review if you are busy...
--
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=rdFfgpiraJ&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=662259
--- Comment #56 from Fedora Update System <updates(a)fedoraproject.org> ---
git-annex-3.20120522-2.1.el6, ghc-bloomfilter-1.2.6.10-1.el6,
ghc-edit-distance-0.2.1-1.el6, ghc-SHA-1.5.0.1-1.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.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=cxfRNRqx71&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=828720
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |haskell-devel(a)lists.fedorap
| |roject.org
--- Comment #15 from Jens Petersen <petersen(a)redhat.com> ---
Not sure why haskell-devel(a)lists.fedoraproject.org removed itself.
--
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=zNU5osxyiB&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=828720
Maurizio <rutadeevacuacion(a)msn.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rutadeevacuacion(a)msn.com
--- Comment #14 from Maurizio <rutadeevacuacion(a)msn.com> ---
brains storming
--
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=SkqYbMzate&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=885348
Ben Boeckel <mathstuf(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|needinfo?(mathstuf(a)gmail.co |
|m) |
--- Comment #4 from Ben Boeckel <mathstuf(a)gmail.com> ---
Hrm...the DNS settings failed to apply; apparently linode's servers are down?
I'll try to dig into this more tonight.
--
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=sOvLk5n8Ux&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=855588
--- Comment #11 from Lakshmi Narasimhan <lakshminaras2002(a)gmail.com> ---
Thanks for the review.
New Package SCM Request
=======================
Package Name: ghc-concrete-typerep
Short Description: Provides Binary and Hashable instances for TypeRep
Owners: narasim
Branches: f16 f17 f18
InitialCC: haskell-sig
--
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=LMm4UVuRg7&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=855588
Shakthi Kannan <shakthimaan(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |VERIFIED
Flags|fedora-review? |
Flags| |fedora-review+
--- Comment #10 from Shakthi Kannan <shakthimaan(a)gmail.com> ---
[+]MUST: rpmlint must be run on every package. The output should be posted in
the review.
$ rpmlint ghc-concrete-typerep.spec
0 packages and 1 specfiles checked; 0 errors, 0 warnings.
$ rpmlint ghc-concrete-typerep-0.1.0.1-4.fc17.x86_64.rpm
1 packages and 0 specfiles checked; 0 errors, 0 warnings.
$ rpmlint ghc-concrete-typerep-devel-0.1.0.1-4.fc17.x86_64.rpm
ghc-concrete-typerep-devel.x86_64: W: invalid-url URL:
http://hackage.haskell.org/package/concrete-typerep timed out
1 packages and 0 specfiles checked; 0 errors, 1 warnings.
$ rpmlint ghc-concrete-typerep-0.1.0.1-4.fc17.src.rpm
1 packages and 0 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
No prebuilt external bits - OK
Spec legibity - OK
Package template - OK, based on cabal-rpm-0.6.6
Arch support - OK
Libexecdir - OK
rpmlint - yes
changelogs - OK
Source url tag - OK, validated.
Buildroot is ignored - OK
%clean is ignored - OK
Build Requires list - OK
Summary and description - OK
API documentation - OK
[+]MUST: The package must be licensed with a Fedora approved license and meet
the Licensing Guidelines .
License is BSD
[+]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.
[+]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 md5sum for this task.
$ md5sum concrete-typerep-0.1.0.1.tar.gz
9390a961061c4c1f96b154d42cae8873 concrete-typerep-0.1.0.1.tar.gz
$ md5sum concrete-typerep-0.1.0.1.tar.gz
9390a961061c4c1f96b154d42cae8873 concrete-typerep-0.1.0.1.tar.gz
[+]MUST: The package MUST successfully compile and build into binary rpms on at
least one primary architecture.
[+]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.
[NA]MUST: The spec file MUST handle locales properly using the %find_lang macro
[NA]MUST: Packages stores shared library files must call ldconfig in %post and
%postun.
[+]MUST: Packages must NOT bundle copies of system libraries.
[NA]MUST: If the package is designed to be relocatable, the packager must state
this fact in the request for review.
[+]MUST: A package must own all directories that it creates.
[+]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.
[+]MUST: Each package must consistently use macros.
[+]MUST: The package must contain code, or permissible content.
[NA]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.
[NA]MUST: Header files must be in a -devel package.
[NA]MUST: Static libraries must be in a -static package.
[NA]MUST: If a package contains library files with a suffix
(e.g.libfoo.so.1.1), then library files that end in .so (without suffix) must
go in a -devel package.
[+]MUST: devel packages must require the base package using a fully versioned
dependency: Requires: {name} = %{version}-%{release}
[NA]MUST: Packages must NOT contain any .la libtool archives, these must be
removed in the spec if they are built.
[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 reviewer should test that the package functions as described.
[+]SHOULD: If scriptlets are used, those scriptlets must be sane.
APPROVED.
--
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=fX2vHYRr45&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=885348
Lakshmi Narasimhan <lakshminaras2002(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags| |needinfo?(mathstuf(a)gmail.co
| |m)
--- Comment #3 from Lakshmi Narasimhan <lakshminaras2002(a)gmail.com> ---
Ben,
The links do not work. I am getting this error.
unable to resolve host address `benboeckel.net'
--
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=wbQawWZmjT&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: 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.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=479793
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|fedora-cvs+ |
Flags| |fedora-cvs?
--- Comment #13 from Jens Petersen <petersen(a)redhat.com> ---
Package Change Request
======================
Package Name: cpphs
New Branches: el6
Owners: petersen
InitialCC: haskell-sig
--
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=oV4J8vVyYa&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=885350
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.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=RohNFZJwKG&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=885349
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.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=aww6cMlV54&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=885348
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.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=nYIDEuWoJJ&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=885348
--- Comment #2 from Ben Boeckel <mathstuf(a)gmail.com> ---
DNS is still propogating most likely. (Internet was down for a while and things
changed while that happened, so things were broken for a while; I'm slowly
getting things back together as much as is possible.)
--
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=FkiD2GJqK0&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=885348
Arangamanikkannan Manickam <arangamani.kannan(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |arangamani.kannan(a)gmail.com
--- Comment #1 from Arangamanikkannan Manickam <arangamani.kannan(a)gmail.com> ---
The links provided don't work.
--
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=gB1VLOAsdD&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=885349
Ben Boeckel <mathstuf(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |haskell-devel(a)lists.fedorap
| |roject.org
Blocks| |634048
| |(Haskell-pkg-reviews)
Depends On| |885350 (ghc-date-cache)
Alias| |ghc-wai-logger
--
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=LumTT5nxTO&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=634048
Ben Boeckel <mathstuf(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends On| |885349 (ghc-wai-logger)
--
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=885348
Ben Boeckel <mathstuf(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |haskell-devel(a)lists.fedorap
| |roject.org
Blocks| |634048
| |(Haskell-pkg-reviews)
Alias| |ghc-stringsearch
--
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=UhFl0rMTke&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=634048
Ben Boeckel <mathstuf(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends On| |885348 (ghc-stringsearch)
--
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=634048
Ben Boeckel <mathstuf(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends On| |885350 (ghc-date-cache)
--
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=885350
Ben Boeckel <mathstuf(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |haskell-devel(a)lists.fedorap
| |roject.org
Blocks| |634048
| |(Haskell-pkg-reviews)
Alias| |ghc-date-cache
--
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=0GW40T0pDk&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=782000
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|fedora-cvs+ |
Flags| |fedora-cvs?
--- Comment #9 from Jens Petersen <petersen(a)redhat.com> ---
Package Change Request
======================
Package Name: ghc-hashtables
New Branches: el6
Owners: petersen
InitialCC: haskell-sig
--
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=OptaGAektz&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=479796
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|fedora-cvs+ |
Flags| |fedora-cvs?
--- Comment #16 from Jens Petersen <petersen(a)redhat.com> ---
Package Change Request
======================
Package Name: ghc-haskell-src-exts
New Branches: el6
Owners: petersen
InitialCC: haskell-sig
--
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=KQGZjzbowU&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=688499
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|fedora-cvs+ |
Flags| |fedora-cvs?
--- Comment #19 from Jens Petersen <petersen(a)redhat.com> ---
I think it would be useful to have also for el6.
Package Change Request
======================
Package Name: cabal-dev
New Branches: el6
Owners: petersen
InitialCC: haskell-sig
--
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=XJymI1czta&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=630509
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|fedora-cvs+ |
Flags| |fedora-cvs?
--- Comment #9 from Jens Petersen <petersen(a)redhat.com> ---
I would like to add this to epel6.
Package Change Request
======================
Package Name: ghc-split
New Branches: el6
Owners: mathstuf petersen
InitialCC: haskell-sig
--
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=2xthgFpK2W&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=662259
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|fedora-cvs+ |
Flags| |fedora-cvs?
--- Comment #53 from Jens Petersen <petersen(a)redhat.com> ---
I like to build this also for epel6.
Package Change Request
======================
Package Name: git-annex
New Branches: el6
Owners: mathstuf petersen
InitialCC: haskell-sig
--
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=vJpPHSPFrX&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=595603
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|fedora-cvs+ |
Flags| |fedora-cvs?
--- Comment #59 from Jens Petersen <petersen(a)redhat.com> ---
I like to build this also for epel6.
Package Change Request
======================
Package Name: ghc-hslogger
New Branches: el6
Owners: narasim petersen
InitialCC: haskell-sig
--
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=Ax5Yzy5eUK&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=634037
--- Comment #18 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.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=634037
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|fedora-cvs+ |
Flags| |fedora-cvs?
--- Comment #17 from Jens Petersen <petersen(a)redhat.com> ---
Package Change Request
======================
Package Name: ghc-MissingH
New Branches: el6
Owners: mathstuf petersen
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=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.