from http://aur.archlinux.org/packages.php?ID=24426
EffeErre wrote:
Hi there, can I do anything to make this and its dependencies up to
date?
---
If you no longer wish to receive notifications about this package,
please go the the above package page and click the UnNotify button.
from http://aur.archlinux.org/packages.php?ID=33509
trontonic wrote:
Updated the PKGBUILD, but now I get libHSGLUT errors when compiling.
Suggestions are welcome.
---
If you no longer wish to receive notifications about this package,
please go the the above package page and click the UnNotify button.
I've set up a small personal repo, [h4a] of Haskell packages for
ArchLinux.
It's far from as complete as [haskell] and only built for 64-bit (so
far), but it has a few things going for it:
- built and maintained using cblrepo[1]
- all libs are built with profiling turned on
Feel free to use it if you want, and if you would like to use it, but
miss some packages, then let me know and I'll see if I can add them.
Also, if there are enough requests I'll add a 32-bit repo.
Here's the bit you need to add to pacman.conf:
[h4a]
Server = http://www.kiwilight.com/~magnus/$repo
/M
[1] http://hackage.haskell.org/package/cblrepo
--
Magnus Therning OpenPGP: 0xAB4DFBA4
email: magnus(a)therning.org jabber: magnus(a)therning.org
twitter: magthe http://therning.org/magnus
I invented the term Object-Oriented, and I can tell you I did not have
C++ in mind.
-- Alan Kay
from http://aur.archlinux.org/packages.php?ID=19804
peti wrote:
Bordwall, revberaldo: I cannot reproduce the error you guys seem to be
running into. I built haskell-pandoc successfully just moments ago.
Are you sure that your local installation of pandoc's dependencies is
up-to-date?
---
If you no longer wish to receive notifications about this package,
please go the the above package page and click the UnNotify button.
from http://aur.archlinux.org/packages.php?ID=19804
Bordwall wrote:
I have the exact same problem as reveraldo below. (Except in English).
Any help would be greatly appreciated! Thanks!
---
If you no longer wish to receive notifications about this package,
please go the the above package page and click the UnNotify button.
Was wondering if we should make a tool or if we already have one to see
which packages we maintain have updates available.
One thing that could be done would be monitoring the .rss feed version of
this page:
http://hackage.haskell.org/packages/archive/recent.html
The "title" of each "item" in that .xml looks like "hlint 1.8.10" which can
be split on the space to give package name and version. That could flag
certain packages we support as having upgrades available. Those of course
would want to be checked against something like
http://packdeps.haskellers.com/ and/or
http://bifunctor.homelinux.net/~roel/hackage/packages/archive/pkg-list.html to
make sure the updates won't break things.
-Leif Warner