Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=688499
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flag| |fedora-cvs?
--- Comment #10 from Jens Petersen <petersen(a)redhat.com> 2011-08-01 22:16:32 EDT ---
Thank you for reviewing! :)
New Package SCM Request
=======================
Package Name: cabal-dev
Short Description: Haskell package sandboxing tool
Owners: petersen
Branches: f14 f15 f16
InitialCC: haskell-sig
--
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: leksah - An IDE for Haskell
https://bugzilla.redhat.com/show_bug.cgi?id=673776
Summary: Review Request: leksah - An IDE for Haskell
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: high
Priority: high
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/leksah.spec
SRPM URL:
http://narasim.fedorapeople.org/leksah-0.8.0.8-1.fc14.src.rpm
leksah package does not build with ghc-7.0.1. The plan is to have leksah for
Fedora 14 (and 13) initially. Once a upstream package that builds with 7.0.1 is
available, that will be used for F15 and later.
--
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.
https://bugzilla.redhat.com/show_bug.cgi?id=688499
Lakshmi Narasimhan <lakshminaras2002(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flag| |fedora-review+
--- Comment #9 from Lakshmi Narasimhan <lakshminaras2002(a)gmail.com> 2011-08-01 09:07:24 EDT ---
>From my discussion with Jens on irc, 00index.tar is a placeholder file used for
initialization of cabal database.
APPROVED.
--
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.
Recently I discovered cblrepo by Magnus Therning in hackage:
http://hackage.haskell.org/package/cblrepo
It is a small tool which can maintain a little "database"
of versioned cabal package dependencies. This way it should be
easy to check if updating a library to a new version
will break anything, etc.
So I setup a cblrepo.db file for Fedora 15 in haskell-sig.git:
http://git.fedorahosted.org/git/?p=haskell-sig.git;a=tree;f=cblrepo/f15
and will be adding files also for f14 and f16 soon.
Please make use of them when considering whether to update a haskell library.
I would like to make cblrepo ghc-pkg aware but that is some work.
Currently bootstrapping the db file is done with hacky script.
Jens