Re: [arch-haskell] Rebuild GHC against newer ncurses?

2015-09-18 Thread Leif Warner
: > > > 17.09.2015, 17:10, "Leif Warner" : > > I tried downgrading back to the last ncurses version, but maybe that was a > bad idea. Now every time I try to run pacman I get "error: database > 'haskell-core' is not valid (invalid or corrupted database (PGP

Re: [arch-haskell] Rebuild GHC against newer ncurses?

2015-09-17 Thread Leif Warner
I tried downgrading back to the last ncurses version, but maybe that was a bad idea. Now every time I try to run pacman I get "error: database 'haskell-core' is not valid (invalid or corrupted database (PGP signature))" On Thu, Sep 17, 2015 at 4:05 PM, Leif Warner wrote:

[arch-haskell] Rebuild GHC against newer ncurses?

2015-09-17 Thread Leif Warner
I just did "pacman -Syu", and among other things, it included an ncurses update: core/ncurses 5.9-7 -> 6.0-3 Now things like ghci, ghc-pkg, etc fail with "error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory" There's a libncursesw.

Re: [arch-haskell] Links from /usr/share/doc/ghc/html/libraries/index.html not referring to packages

2015-07-05 Thread Leif Warner
The links on https://downloads.haskell.org/~ghc/7.8.2/docs/html/libraries/index.html do point into the libraries/ subdir package containing the docs. On Sun, Jul 5, 2015 at 5:57 PM, Skottish wrote: > On Sun, Jul 05, 2015 at 05:38:42PM -0700, Leif Warner wrote: > >> E.g. if I click

[arch-haskell] Links from /usr/share/doc/ghc/html/libraries/index.html not referring to packages

2015-07-05 Thread Leif Warner
E.g. if I click on Data.Map from /usr/share/doc/ghc/html/libraries/index.html, I get a 404 on /usr/share/doc/ghc/html/libraries/Data-Map.html, because that document actually lives in the "containers" dir under "libraries". It says the name of the package on the right hand side, but that's not part

Re: [arch-haskell] Fwd: gitit status update and why are deps needed for binaries

2015-04-14 Thread Leif Warner
Do the current packages include the dynamically linkable libs? If the apps are going to require the installation of the Haskell libs they depend on anyway, maybe having them dynamically link to the Haskell libs, rather than statically link them in, would save a good chunk of disk space, not to ment

Re: [arch-haskell] Simple, general template for cabal packages?

2014-01-22 Thread Leif Warner
pandoc, git-annex, and xmonad are available in [haskell-core]; no need to compile anything yourself or pull down extra dependencies. As far as providing only build of binary command-line programs (and not libs) and building needed libs for each tool in a sandbox build; that's been discussed over o

Re: [arch-haskell] working with HABS

2014-01-15 Thread Leif Warner
You can also set the timeout between re-asking for a password to a very long time (I have this set anyways) sudo visudo: Defaults:yourUsername timestamp_timeout=60 sets it to an hour On Wed, Jan 15, 2014 at 5:41 AM, Magnus Therning wrote: > On Wed, Jan 15, 2014 at 12:29 AM, Linus Arver > wrote

Re: [arch-haskell] Improve user experience with Haskell

2013-12-29 Thread Leif Warner
I use a few haskell- packages from AUR that are orphaned: haskell-bytestring-mmap : Orphan haskell-crypto-random-api : Orphan haskell-pem : Orphan haskell-setenv : Orphan I suppose I should get around to setting up a [haskell-core]-like repo to host them, though? On Sun, Dec 29, 2013 at 10:31

Re: [arch-haskell] haskell-dbus package in both haskell-core and haskell-web

2013-04-30 Thread Leif Warner
[core]. -Leif On Tue, Apr 30, 2013 at 6:02 AM, Magnus Therning wrote: > On Tue, Apr 30, 2013 at 2:08 PM, Fabio Riga wrote: > > Il 30/04/2013 09:06, Magnus Therning ha scritto: > >> On Mon, Apr 29, 2013 at 10:53 PM, Leif Warner > wrote: > >>> What gives? >

[arch-haskell] haskell-dbus package in both haskell-core and haskell-web

2013-04-29 Thread Leif Warner
What gives? -Leif ___ arch-haskell mailing list arch-haskell@haskell.org http://www.haskell.org/mailman/listinfo/arch-haskell

Re: [arch-haskell] haskell-xmonad currently broken with the latest xorg update ?

2013-03-18 Thread Leif Warner
xmonad seems to work fine for me - I'm on Arch-64, w/ haskell-core/haskell-xmonad 0.11-4 haskell-core/haskell-x11 1.6.1.1-2 extra/libx11 1.5.0-2 You're worried that an update to libx11 or some related C library in extra broke the bindings in haskell-x11? -Leif On Mon, Mar 18, 2013 at 1:16 PM, Pie

Re: [arch-haskell] No commit messages to Twitter at the moment

2012-12-29 Thread Leif Warner
Following the project on GitHub seems to work well enough for me. On Dec 29, 2012 9:19 AM, "Magnus Therning" wrote: > I've just noticed the commit messages no longer make it to the > ArchHaskell Twitter account. The last one was posted on 16 Dec, and I > can't seem to make it work again :( > > I

Re: [arch-haskell] ghc: /usr/share/doc/ghc/html/libraries/hslogo-16.png exists in filesystem

2012-10-15 Thread Leif Warner
On Mon, Oct 15, 2012 at 9:16 AM, Mateusz Loskot wrote: > On 15 October 2012 11:00, Thomas Friedrich wrote: > > 2012/10/13 Fabio Riga : > >> 2012/10/13 Ramana Kumar > >>> > >>> I'm not sure why that error happened but it happened to me too. > >> > >> The problem seems to be that those files were

[arch-haskell] No need to bump exe-only packages (no lib)

2012-10-13 Thread Leif Warner
trouble to exclude these types of packages from a PKGREL bump, and it doesn't harm anything either way - I was just thinking it could save some compilation time on the build side, and some download/install time on the update side. -Leif Warner ___ arch-

Re: [arch-haskell] Upgrade to 7.4.2

2012-06-15 Thread Leif Warner
My work machine has 8 GB free, if you need any memory-intensive stuff compiled. -Leif On Fri, Jun 15, 2012 at 12:54 PM, Magnus Therning wrote: > I've been working on upgrading [haskell] to Ghc 7.4.2 for a few days > now. So far no luck :( > > The build always fails on creating documentation. Ye

Re: [arch-haskell] GHC 7.4.1 or HP 2011.4.0.0??

2012-02-04 Thread Leif Warner
I vote for 7.4.1. Things are moving beyond 7.0.4. HP is a nice idea, but I've never really used it on Arch - I just install the Haskell packages I need and their dependencies are automatically installed. Here, I view it more of a "blessed baseline" for the larger goal of supporting as many useful

Re: [arch-haskell] Upgrading to monad-control-0.3

2012-01-02 Thread Leif Warner
I'm hoping the version of text in [extra] can be upgraded - I just left a comment on xmobar-git [1] that it's been marked outdated since last month, and is behind Haskell Platform. It's blocking upgrade there, too. [1] https://aur.archlinux.org/packages.php?ID=44683 On Mon, Jan 2, 2012 at 10:12

Re: [arch-haskell] [arch-general] Haskell Support Was: Xmonad version?

2011-12-30 Thread Leif Warner
Leksah won't run on 7.2. Just install haddock (2.9.2) from [community], and that message about haddock requiring 7.2 goes away. On Fri, Dec 23, 2011 at 6:54 PM, Bernardo Barros wrote: > > On Fri, Dec 23, 2011 at 4:40 PM, Mike Bonar wrote: > >> Well, if we want to get leksah working it requires

Re: [arch-haskell] Xmonad version?

2011-12-15 Thread Leif Warner
I've been using the -darcs PKGBUILDs of xmonad, xmonad-contrib, and xmonad-extras from AUR just fine for a long time. Until the ones in [community] get updated, I suppose. -Leif On Thu, Dec 15, 2011 at 11:44 AM, Magnus Therning wrote: > On Thu, Dec 15, 2011 at 11:41:50AM -0800, Bernardo Barros

Re: [arch-haskell] How to determine whether a package is in or out in [haskell]?

2011-11-11 Thread Leif Warner
On Thu, Nov 10, 2011 at 1:07 PM, Magnus Therning wrote: > Now we have 300+ packages in [haskell]. It's starting to be a large > set, and the time required to build when something changes is starting > to really be felt now. So I would like to start a discussion on how we > should decide what crit

Re: [arch-haskell] Haskell's state in Arch & near future

2011-11-06 Thread Leif Warner
On Sun, Nov 6, 2011 at 1:16 AM, Magnus Therning wrote: > On Sat, Nov 05, 2011 at 08:22:54PM +0100, Peter Hercek wrote: > [...] > > I personally do not mind if we would move quicker than haskell > > platform. Though it means additional work so it is up to the > > maintainers. > > The main problem

Re: [arch-haskell] Upgrading Yesod conflicts with JSONb

2011-09-10 Thread Leif Warner
That was fast. JSONb's been updated. Reflected in this commit: https://github.com/archhaskell/habs/commit/a2383fb49d3cd22d8f08dabab1b99ff3071250f2 -Leif On Sat, Sep 10, 2011 at 5:51 PM, Leif Warner wrote: > I left an issue at https://github.com/snoyberg/data-object-json/issues/2 >

Re: [arch-haskell] Upgrading Yesod conflicts with JSONb

2011-09-10 Thread Leif Warner
/issues/2 We can wait on the cabal file being updated, or just patch it ourselves in the meantime. -Leif On Thu, Sep 8, 2011 at 12:20 PM, Nicolas Pouillard < nicolas.pouill...@gmail.com> wrote: > On Thu, Sep 8, 2011 at 7:49 PM, Leif Warner wrote: > > Sorry, I meant I had to delet

[arch-haskell] Upgrading Yesod conflicts with JSONb

2011-09-07 Thread Leif Warner
he idea that this package might be deprecated. Feel free to merge in these updates if JSONb and data-object-json won't be missed from the repo (at least for now). [1] http://hackage.haskell.org/package/JSONb-1.0.4 -Leif Warner ___ arch-has

Re: [arch-haskell] New maintainer needed

2011-07-17 Thread Leif Warner
Fine by me. -Leif On Sun, Jul 17, 2011 at 12:18 AM, Magnus Therning wrote: > On Fri, Jul 15, 2011 at 05:00:52PM +0200, Peter Simons wrote: > > Hi guys, > > > > I have come to realize that I can no longer commit significant time > > and effort to this project. I may be able to perform another few

Re: [arch-haskell] Starting to help

2011-06-26 Thread Leif Warner
On Sun, Jun 26, 2011 at 8:39 AM, Peter Simons wrote: > > I'll try to describe my work-flow briefly: > > 1) Clone the 'peti/arch-haskell' repository. > > 2) Run "git submodules init" to set-up the HABS tree. > > 3) Run "cabal update" to download the latest database from hackage. > > 4) Run "ma

[arch-haskell] Detecting out-of-date packages

2011-06-13 Thread Leif Warner
ps.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 ___ arch-haskell mailing list arch-haskell@haskell.org http://www.haskell.org/mailman/listinfo/arch-haskell

[arch-haskell] Compiling large-memory programs in HABS (gitit available for those with RAM)

2011-05-14 Thread Leif Warner
of RAM to build? -Leif Warner ___ arch-haskell mailing list arch-haskell@haskell.org http://www.haskell.org/mailman/listinfo/arch-haskell

[arch-haskell] Leksah depends on haddock which isn't listed in ghc-pkg

2011-05-08 Thread Leif Warner
ppropriate haddock version? -Leif Warner ___ arch-haskell mailing list arch-haskell@haskell.org http://www.haskell.org/mailman/listinfo/arch-haskell

[arch-haskell] Any news about an update to the GHC 7.0.2 package?

2011-04-20 Thread Leif Warner
The stripped libs in the current one is preventing the yesod executable from being compiled. https://bugs.archlinux.org/task/23247?project=1&string=ghc I saw GHC 7.0.2.-2 is in testing, which is supposed to fix this. Would someone have an idea as to the time frame on this? -Leif Wa

[arch-haskell] HABS makeworld script not recognizing remotely built packages during makepkg?

2011-04-19 Thread Leif Warner
umping haskell-failure's pkgrel, forcing it to re-build locally. But there ought to be a better solution? -Leif Warner ___ arch-haskell mailing list arch-haskell@haskell.org http://www.haskell.org/mailman/listinfo/arch-haskell

[arch-haskell] ATTN: Users of Yesod, WAI, Warp...

2011-04-14 Thread Leif Warner
. See this issue: https://github.com/snoyberg/cookie/issues/1 The packdeps link lists what Yesod dependencies have more recent versions available. My vote is to have Yesod, and to hold off on upgrading WAI and Warp until the next major release of Yesod. -Leif Warner

Re: [arch-haskell] Issues with cabal2arch/AUR packages

2011-03-28 Thread Leif Warner
kages as Arch packages. I go this route with Ruby gems. -Leif Warner On Mon, Mar 28, 2011 at 2:49 PM, Mathew de Detrich wrote: > Well basically the point would be that libraries would be installed through > cabal install however haskell binaries you would install through AUR, and > the PKG

Re: [arch-haskell] Binary repositories for i686 and x86_64 are up-to-date

2011-03-15 Thread Leif Warner
ds if cookie (which is only used by yesod), is put back to version 0.0.0. I can push some changes for that to HABS on github later on. -Leif Warner On Tue, Mar 15, 2011 at 3:39 PM, Mathew de Detrich wrote: > As a side note, isn't haskell-network-bytestring meant to be deprecated

Re: [arch-haskell] Please contribute patches

2011-03-14 Thread Leif Warner
I submitted a pull request for yesod and a number of other things: https://github.com/archhaskell/habs/pull/47 <https://github.com/archhaskell/habs/pull/47>Do I also need to drop a note here for it to get noticed, or what is the preferred way of notifying about such things? -Leif Warner

[arch-haskell] Transitive version bump/update of dependents?

2011-03-13 Thread Leif Warner
rebuilt? Or do we even need to worry about that right now, as with the upgrade to GHC / Haskell Platform, they're assumed to have removed all Haskell packages anyway, and the version it's at right now won't build, so no one can have packages that depend on this installed under GHC

Re: [arch-haskell] Many packages are not yet upgradable

2011-03-12 Thread Leif Warner
The binary library packages are tied to the specific package they were built against. Everything in the [haskell] repo needs to be bumped and re-built for the new GHC version. For now, I just commented out that repo in pacman.conf and am building from ABS with yaourt. -Leif Warner On Sat, Mar

Re: [arch-haskell] Obsolete information on the web

2011-01-25 Thread Leif Warner
On Tue, Jan 25, 2011 at 10:58 AM, Peter Simons wrote: > Hi guys, > > it appears that there are plenty of web pages about ArchHaskell that > contain obsolete or even misleading information. A quick search revealed > the following URLs: > > * http://wiki.archlinux.org/index.php/Haskell_package_gui

Re: [arch-haskell] haskell-extensible-exceptions in GHC *and* in [extra]

2011-01-23 Thread Leif Warner
Does haskell-haskeline in extra need to be rebuilt, as well? It depends on terminfo which depends on extensible-exceptions. On my system right now doing ghc-pkg check reports it as broken because its terminfo dependency doesn't exist. -Leif On Fri, Jan 21, 2011 at 12:38 AM, Magnus Therning wrote:

Re: [arch-haskell] Corrupted packages on Andromeda x86_64?

2011-01-19 Thread Leif Warner
Yes, it seems to work now. Cool. On Wed, Jan 19, 2011 at 2:17 AM, Magnus Therning wrote: > On Wed, Jan 19, 2011 at 01:42, Leif Warner wrote: > > I noticed that some packages I'm trying to install from the repo on > > http://andromeda.kiwilight.com > > today tell me th

[arch-haskell] Corrupted packages on Andromeda x86_64?

2011-01-18 Thread Leif Warner
I noticed that some packages I'm trying to install from the repo on http://andromeda.kiwilight.com today tell me they're corrupted and refuse to install, e.g. :: File haskell-monadcatchio-mtl-0.3.0.1-3-x86_64.pkg.tar.xz is corrupted. Do you want to delete it? [Y/n] :: File haskell-ghc-mtl-1.0.1.0-

Re: [arch-haskell] collaborative HABS maintenance

2011-01-15 Thread Leif Warner
I thought it was simply a matter of running cabal2arch on what's on hackage? I haven't kept up with everything on this list, but I was under the impression there was a file somewhere that told cabal2arch which package names not to prepend with "haskell-". Would anyone know where to configure that

Re: [arch-haskell] The irony of it all

2011-01-14 Thread Leif Warner
There's an awful lot of packages in that dropped list that I use. I could maintain PKGBUILDs for them myself, either on HABS or AUR directly. -Leif On Fri, Jan 14, 2011 at 3:03 PM, Nicolas Pouillard < nicolas.pouill...@gmail.com> wrote: > On Fri, 14 Jan 2011 21:34:17 +, Magnus Therning > wr